1
0
Fork 0

Fix missing header file for strutils

This commit is contained in:
Scott Giese 2019-02-04 23:49:02 -06:00
parent a9a49bc2e6
commit 7fd7c599a2

View file

@ -35,6 +35,8 @@
#include <simgear/io/HTTPMemoryRequest.hxx>
#include <simgear/io/raw_socket.hxx>
#include <simgear/timing/timestamp.hxx>
#include <simgear/misc/strutils.hxx>
using namespace std;
using namespace simgear;