Skip to content
Snippets Groups Projects
Commit 9e96b97f authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

COMP: include gcc 4.3

parent e4863a30
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
#include <sys/types.h> #include <sys/types.h>
#include <cassert> #include <cassert>
#include <cstdio> #include <cstdio>
#include <cstdlib>
#include <iostream> #include <iostream>
#include <vector> #include <vector>
#include <OpenThreads/Thread> #include <OpenThreads/Thread>
......
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
#endif #endif
#include <iostream> #include <iostream>
#include <stdlib.h>
#include <vector> #include <vector>
#include <cassert> #include <cassert>
#include <cerrno> #include <cerrno>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment