diff options
Diffstat (limited to 'source/cRedstone.cpp')
-rw-r--r-- | source/cRedstone.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cRedstone.cpp b/source/cRedstone.cpp index 87f1f23f1..d61d50cbb 100644 --- a/source/cRedstone.cpp +++ b/source/cRedstone.cpp @@ -1,7 +1,7 @@ #include "cRedstone.h"
#include "cRoot.h"
#include "cWorld.h"
-
+#include "BlockID.h"
cRedstone::cRedstone( cWorld* a_World )
:m_World ( a_World )
|