aboutsummaryrefslogtreecommitdiff
path: root/src/unittest
diff options
context:
space:
mode:
authorLoïc Blot <loic.blot@unix-experience.fr>2017-06-06 16:19:04 +0200
committerLoïc Blot <loic.blot@unix-experience.fr>2017-06-06 16:19:04 +0200
commit8bdde45895658f16aa6b2546ccb59c5c4c9fc699 (patch)
tree33fd9c49f42a0f9a3194d68c74aee1c99ab6cec4 /src/unittest
parentfee5171298606d928d0f718d8ec0eeb2cacc1e71 (diff)
downloadminetest-8bdde45895658f16aa6b2546ccb59c5c4c9fc699.tar.gz
minetest-8bdde45895658f16aa6b2546ccb59c5c4c9fc699.tar.bz2
minetest-8bdde45895658f16aa6b2546ccb59c5c4c9fc699.zip
Revert "Remove deprecated code segments (#5891)"
This reverts commit 599e13e95e81aadb959c9f3715aec9b425ede084.
Diffstat (limited to 'src/unittest')
-rw-r--r--src/unittest/test_mapnode.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unittest/test_mapnode.cpp b/src/unittest/test_mapnode.cpp
index 145d16465..70e7d42cf 100644
--- a/src/unittest/test_mapnode.cpp
+++ b/src/unittest/test_mapnode.cpp
@@ -21,6 +21,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "gamedef.h"
#include "nodedef.h"
+#include "content_mapnode.h"
class TestMapNode : public TestBase
{