Add preprocessor lines.
This commit is contained in:
parent
783197aaa1
commit
45c03296b1
1 changed files with 6 additions and 0 deletions
|
@ -8,6 +8,10 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
#ifndef __FileManIOFile__
|
||||||
|
#define __FileManIOFile__
|
||||||
|
|
||||||
//--- std -----
|
//--- std -----
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
@ -88,3 +92,5 @@ class FileManIOFile {
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue