From 3fcfede08f35514cc5af56829a141fba4427f80f Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Tue, 14 Aug 2012 17:29:59 +0100 Subject: [PATCH] Add missing strings.h header for strcasecmd --- src/cat/CommandInterface.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cat/CommandInterface.cpp b/src/cat/CommandInterface.cpp index 5b454493a..256414173 100644 --- a/src/cat/CommandInterface.cpp +++ b/src/cat/CommandInterface.cpp @@ -8,6 +8,7 @@ #include #include #include +#include #include "CommandInterface.h" #include "game/GameModel.h"