Browse Source

need string.h

David Rose 17 years ago
parent
commit
3a74e7e780
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dtool/src/dtoolbase/typeRegistryNode.cxx

+ 1 - 0
dtool/src/dtoolbase/typeRegistryNode.cxx

@@ -15,6 +15,7 @@
 #include "typeRegistryNode.h"
 
 #include <algorithm>
+#include <string.h>
 
 bool TypeRegistryNode::_paranoid_inheritance = false;