From 47b02c04809aa485fb99e2f95cb4112b978a3232 Mon Sep 17 00:00:00 2001 From: Thomas Geymayer Date: Tue, 22 Jan 2013 19:20:41 +0100 Subject: [PATCH] Missing include --- simgear/structure/StateMachine.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/simgear/structure/StateMachine.cxx b/simgear/structure/StateMachine.cxx index 76a00b29..21dff7e3 100644 --- a/simgear/structure/StateMachine.cxx +++ b/simgear/structure/StateMachine.cxx @@ -25,6 +25,7 @@ #include "StateMachine.hxx" +#include #include #include #include