GCC 4.3 fixes: at least compile
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@897 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
683474eff9
commit
1ca2df042d
4 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
#include <cstdio>
|
||||
#include <climits>
|
||||
#include <string>
|
||||
#include <string>
|
||||
#include <stdexcept>
|
||||
#include <utility>
|
||||
#include <cassert>
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
|
||||
#include <cassert>
|
||||
#include <iostream>
|
||||
#include <cstring>
|
||||
#include <loki/Factory.h>
|
||||
|
||||
#ifdef LOKI_DISABLE_TYPELIST_MACROS
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <ctime>
|
||||
#include <loki/AssocVector.h>
|
||||
#include "UnitTest.h"
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
#include <loki/SmartPtr.h>
|
||||
|
||||
#include <iostream>
|
||||
#include <cstring>
|
||||
|
||||
#include "base.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue