summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormanzerbredes <loic.guegan_secondary@yahoo.fr>2015-03-11 09:53:59 +0400
committermanzerbredes <loic.guegan_secondary@yahoo.fr>2015-03-11 09:53:59 +0400
commit45c03296b11553899b08e3b10cb43dfd815e73fd (patch)
treefbf9d4fbd74379dce3899b95bd894441003839ac
parent783197aaa13abbfb7757ecec912dfe9cb6e52c75 (diff)
Add preprocessor lines.
-rw-r--r--IOFileClass/FileManIOFile.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/IOFileClass/FileManIOFile.hpp b/IOFileClass/FileManIOFile.hpp
index 8a102c7..4dfcfc4 100644
--- a/IOFileClass/FileManIOFile.hpp
+++ b/IOFileClass/FileManIOFile.hpp
@@ -8,6 +8,10 @@
*
*/
+
+#ifndef __FileManIOFile__
+#define __FileManIOFile__
+
//--- std -----
#include <iostream>
#include <string>
@@ -88,3 +92,5 @@ class FileManIOFile {
};
+
+#endif