Browse Source

include math.h

David Rose 21 years ago
parent
commit
82ffc21598
1 changed files with 1 additions and 0 deletions
  1. 1 0
      direct/src/dcparser/dcSimpleParameter.cxx

+ 1 - 0
direct/src/dcparser/dcSimpleParameter.cxx

@@ -20,6 +20,7 @@
 #include "dcPackData.h"
 #include "dcTypedef.h"
 #include "hashGenerator.h"
+#include <math.h>
 
 DCSimpleParameter::NestedFieldMap DCSimpleParameter::_nested_field_map;
 DCSimpleParameter::Uint32Uint8Type *DCSimpleParameter::_uint32uint8_type = NULL;