]> git.mxchange.org Git - simgear.git/commitdiff
Linux needs explicit <algorithm> include.
authorJames Turner <zakalawe@mac.com>
Fri, 8 Feb 2013 20:07:11 +0000 (20:07 +0000)
committerJames Turner <zakalawe@mac.com>
Fri, 8 Feb 2013 20:07:11 +0000 (20:07 +0000)
simgear/debug/logstream.cxx

index f3bcc99d49f7f98783fbe2e663dca181c024fd64..4de13f0c06950efd051b93a05d05e74175d4e181 100644 (file)
@@ -24,6 +24,7 @@
 
 #include <iostream>
 #include <fstream>
+#include <algorithm>
 
 #include <boost/foreach.hpp>