From: Florent Rougon Date: Mon, 9 May 2016 14:03:37 +0000 (+0200) Subject: Fix missing include in simgear/misc/strutils.cxx X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0d5781aee74071419abccea73fc2fa3f3f5b121b;p=simgear.git Fix missing include in simgear/misc/strutils.cxx Thanks to Alan Teeder for the report. --- diff --git a/simgear/misc/strutils.cxx b/simgear/misc/strutils.cxx index 9ab39a64..7a2ffa30 100644 --- a/simgear/misc/strutils.cxx +++ b/simgear/misc/strutils.cxx @@ -32,6 +32,7 @@ #include #include #include // SG_WINDOWS +#include using std::string; using std::vector;