Browse Source

missing include

David Rose 14 years ago
parent
commit
eacd4cfefb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dtool/src/cppparser/cppType.cxx

+ 1 - 0
dtool/src/cppparser/cppType.cxx

@@ -15,6 +15,7 @@
 
 
 #include "cppType.h"
 #include "cppType.h"
 #include "cppTypedef.h"
 #include "cppTypedef.h"
+#include <algorithm>
 
 
 CPPType::Types CPPType::_types;
 CPPType::Types CPPType::_types;
 CPPType::PreferredNames CPPType::_preferred_names;
 CPPType::PreferredNames CPPType::_preferred_names;