]> git.mxchange.org Git - simgear.git/commitdiff
Missing include
authorThomas Geymayer <tomgey@gmail.com>
Tue, 22 Jan 2013 18:20:41 +0000 (19:20 +0100)
committerThomas Geymayer <tomgey@gmail.com>
Tue, 22 Jan 2013 18:20:41 +0000 (19:20 +0100)
simgear/structure/StateMachine.cxx

index 76a00b291910a1de973cd0b85bd5529f522e9c6d..21dff7e36c13b24519581742906eb2e42a53bae5 100644 (file)
@@ -25,6 +25,7 @@
      
 #include "StateMachine.hxx"
 
+#include <algorithm>
 #include <cassert>
 #include <set>
 #include <boost/foreach.hpp>