More comments added, move #include

This commit is contained in:
Vincent Gee 2014-11-05 16:47:07 -05:00
parent d3aaabc976
commit f0a16bb9e3
3 changed files with 8 additions and 2 deletions

View file

@ -33,11 +33,11 @@
#include "platform/threads/mutex.h"
#endif
#include "TorqueConfig.h"
#ifndef USE_CLASSIC_SIMDICTIONARY
#include <string>
#include <unordered_map>
#include "TorqueConfig.h"
#endif
class SimObject;