diff options
Diffstat (limited to 'src/nodedef.cpp')
-rw-r--r-- | src/nodedef.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nodedef.cpp b/src/nodedef.cpp index 93751c70e..f14311fc3 100644 --- a/src/nodedef.cpp +++ b/src/nodedef.cpp @@ -29,7 +29,8 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "nameidmapping.h" #include "util/numeric.h" #include "util/serialize.h" -//#include "profiler.h" // For TimeTaker +#include "exceptions.h" +#include "debug.h" /* NodeBox |