diff options
Diffstat (limited to 'test/base')
-rw-r--r-- | test/base/database.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/base/database.cpp b/test/base/database.cpp index db15d948..52635687 100644 --- a/test/base/database.cpp +++ b/test/base/database.cpp @@ -24,8 +24,12 @@ * $Id$ */ +#define STAT_DATABASE_TEST + #include "database.hpp" #include <cppunit/extensions/HelperMacros.h> +#include <ctime> +#include <cstring> namespace usdx { |