1
2
3
4
5
6 #ifndef CMAJOR_SYMBOLS_FILE_INDEX_INCLUDED
7 #define CMAJOR_SYMBOLS_FILE_INDEX_INCLUDED
8 #include <cmajor/symbols/SymbolsApi.hpp>
9 #include <soulng/util/BinaryWriter.hpp>
10 #include <unordered_map>
11 #include <mutex>
12
13 namespace cmajor { namespace symbols {
14
15 using namespace soulng::util;
16
17 class Module;
18
19
20
21
22
23
24
25
26
27
28
29
30
31 } }
32
33 #endif // CMAJOR_SYMBOLS_FILE_INDEX_INCLUDED