Falling sand and gravel
[oweals/minetest.git] / src / servercommand.cpp
index 1565989409b96e0b5343ae67dcdf9732e2fe9a22..3c6868e36d8392818e09999b477ced1b15676fc5 100644 (file)
@@ -19,6 +19,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #include "servercommand.h"
 #include "utility.h"
 #include "settings.h"
+#include "main.h" // For g_settings
 
 #define PP(x) "("<<(x).X<<","<<(x).Y<<","<<(x).Z<<")"