summaryrefslogtreecommitdiff
path: root/src/intersim/booksim.hpp
blob: 3f0a77e4c58fa25707874c7ec087851648128f03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _BOOKSIM_HPP_
#define _BOOKSIM_HPP_

#include <string>

#ifdef _WIN32_
   #pragma warning (disable: 4786)
   #include <ostream>
#endif

using namespace std;

#endif