Browse Source

* FS.h : add include guards

pull/388/head
hagen 8 years ago
parent
commit
d3746e0119
  1. 5
      FS.h

5
FS.h

@ -6,6 +6,9 @@ @@ -6,6 +6,9 @@
* See full license text in LICENSE file at top of project tree
*/
#ifndef FS_H__
#define FS_H__
#include <vector>
#include <string>
#include <iostream>
@ -139,3 +142,5 @@ namespace fs { @@ -139,3 +142,5 @@ namespace fs {
HashedStorage & GetPeerProfiles();
} // fs
} // i2p
#endif // /* FS_H__ */

Loading…
Cancel
Save