Browse Source

gcc 4.3 needs stdlib.h

rdb 17 years ago
parent
commit
b857eee009
1 changed files with 1 additions and 0 deletions
  1. 1 0
      direct/src/http/parsedhttprequest.h

+ 1 - 0
direct/src/http/parsedhttprequest.h

@@ -3,6 +3,7 @@
 
 #include "string"
 #include "map"
+#include "stdlib.h"
 
 
 class ParsedHttpRequest