Generic NodeMetadata text input
[oweals/minetest.git] / src / server.cpp
index 08a26adc6165981f97c4438577c72e38e1c1347f..95d3f9439e11dc98ab9f2ab906ce4464e5ee29a6 100644 (file)
@@ -41,6 +41,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "log.h"
 #include "script.h"
 #include "scriptapi.h"
+#include "mapnode_contentfeatures.h"
 
 #define PP(x) "("<<(x).X<<","<<(x).Y<<","<<(x).Z<<")"