From 856473ca43aa9f285b397522817a57bad02beedc Mon Sep 17 00:00:00 2001 From: Erik Hofman Date: Tue, 29 May 2018 09:44:37 +0200 Subject: [PATCH] Add missing headers --- simgear/misc/ResourceManager.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/simgear/misc/ResourceManager.cxx b/simgear/misc/ResourceManager.cxx index 71d83928..11b67846 100644 --- a/simgear/misc/ResourceManager.cxx +++ b/simgear/misc/ResourceManager.cxx @@ -17,6 +17,9 @@ // // $Id$ +#include +#include + #include #include