From 3fcfede08f35514cc5af56829a141fba4427f80f Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Tue, 14 Aug 2012 17:29:59 +0100 Subject: Add missing strings.h header for strcasecmd diff --git a/src/cat/CommandInterface.cpp b/src/cat/CommandInterface.cpp index 5b45449..2564141 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" -- cgit v0.9.2-21-gd62e