Forward decl to cut compile times

This commit is contained in:
Dennis Luxen 2014-03-06 18:08:08 +01:00
parent 2a64297506
commit 024b78da7c

View File

@ -43,6 +43,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <cstdlib>
#include <boost/unordered_map.hpp>
#include <iostream>
#include <fstream>
#include <string>
@ -180,7 +182,7 @@ int main (int argc, char *argv[]) {
}
}
StringMap stringMap;
boost::unordered_map<std::string, NodeID> stringMap;
ExtractionContainers externalMemory;
stringMap[""] = 0;