Fix typo in comment in chat.cpp
[oweals/minetest.git] / src / noise.cpp
index 5788a83203e3ba08230728676bbc56592ab8c9f0..35057146da9c919c7bb8d90f64451bc51dd0431c 100644 (file)
@@ -21,6 +21,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include <math.h>
 #include "noise.h"
 #include <iostream>
+#include <string.h> // memset
 #include "debug.h"
 #include "util/numeric.h"