diff options
| author | Alexander Gavrilov | 2012-05-05 21:07:18 +0400 |
|---|---|---|
| committer | Alexander Gavrilov | 2012-05-05 21:07:18 +0400 |
| commit | 3bd44e5367e6f51b4fb7af854068c67b6f73bb4a (patch) | |
| tree | 3e79e7c613d96fb6f04a154eb43636eec74f7be5 /library/PluginManager.cpp | |
| parent | 81f2240c237253a7a2264c1b9682a291337667b0 (diff) | |
| download | dfhack-3bd44e5367e6f51b4fb7af854068c67b6f73bb4a.tar.gz dfhack-3bd44e5367e6f51b4fb7af854068c67b6f73bb4a.tar.bz2 dfhack-3bd44e5367e6f51b4fb7af854068c67b6f73bb4a.tar.xz | |
Move some things that won't work in dfhack-client to a separate file.
Diffstat (limited to 'library/PluginManager.cpp')
| -rw-r--r-- | library/PluginManager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/PluginManager.cpp b/library/PluginManager.cpp index b8619d50..320e8dec 100644 --- a/library/PluginManager.cpp +++ b/library/PluginManager.cpp @@ -28,6 +28,7 @@ distribution. #include "PluginManager.h" #include "RemoteServer.h" #include "Console.h" +#include "Types.h" #include "DataDefs.h" #include "MiscUtils.h" |
