Add preprocessor lines.

This commit is contained in:
manzerbredes 2015-03-11 09:53:59 +04:00
parent 783197aaa1
commit 45c03296b1

View file

@ -8,6 +8,10 @@
*
*/
#ifndef __FileManIOFile__
#define __FileManIOFile__
//--- std -----
#include <iostream>
#include <string>
@ -88,3 +92,5 @@ class FileManIOFile {
};
#endif