From 0d5781aee74071419abccea73fc2fa3f3f5b121b Mon Sep 17 00:00:00 2001 From: Florent Rougon Date: Mon, 9 May 2016 16:03:37 +0200 Subject: [PATCH] Fix missing include in simgear/misc/strutils.cxx Thanks to Alan Teeder for the report. --- simgear/misc/strutils.cxx | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.5