Fix missing include in simgear/misc/strutils.cxx

Thanks to Alan Teeder for the report.
This commit is contained in:
Florent Rougon
2016-05-09 16:03:37 +02:00
parent 2523236cec
commit 61e2d2dd3b

View File

@@ -32,6 +32,7 @@
#include <simgear/debug/logstream.hxx>
#include <simgear/package/md5.h>
#include <simgear/compiler.h> // SG_WINDOWS
#include <simgear/structure/exception.hxx>
using std::string;
using std::vector;