summaryrefslogtreecommitdiff
path: root/src/intersim/booksim.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/intersim/booksim.hpp')
-rw-r--r--src/intersim/booksim.hpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/intersim/booksim.hpp b/src/intersim/booksim.hpp
new file mode 100644
index 0000000..3f0a77e
--- /dev/null
+++ b/src/intersim/booksim.hpp
@@ -0,0 +1,13 @@
+#ifndef _BOOKSIM_HPP_
+#define _BOOKSIM_HPP_
+
+#include <string>
+
+#ifdef _WIN32_
+ #pragma warning (disable: 4786)
+ #include <ostream>
+#endif
+
+using namespace std;
+
+#endif