]> git.mxchange.org Git - simgear.git/commitdiff
Fix missing include in simgear/misc/strutils.cxx
authorFlorent Rougon <f.rougon@free.fr>
Mon, 9 May 2016 14:03:37 +0000 (16:03 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 13 Aug 2016 08:21:16 +0000 (10:21 +0200)
Thanks to Alan Teeder for the report.

simgear/misc/strutils.cxx

index 9ab39a64578a192a4f04387a7a21c0564bff129d..7a2ffa30dff43a7e6251b603e4a3e7824bc9862d 100644 (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;