diff options
Diffstat (limited to 'src/guiTable.cpp')
-rw-r--r-- | src/guiTable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guiTable.cpp b/src/guiTable.cpp index 9354eef3d..ab6de9435 100644 --- a/src/guiTable.cpp +++ b/src/guiTable.cpp @@ -22,7 +22,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include <queue> #include <sstream> #include <utility> -#include <string.h> +#include <cstring> #include <IGUISkin.h> #include <IGUIFont.h> #include <IGUIScrollBar.h> |