diff options
Diffstat (limited to 'tests/UnitTests.h')
-rw-r--r-- | tests/UnitTests.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/UnitTests.h b/tests/UnitTests.h index 49da8f2a..5edfb5d3 100644 --- a/tests/UnitTests.h +++ b/tests/UnitTests.h @@ -1,6 +1,10 @@ #ifndef _UNITTESTS_H #define _UNITTESTS_H +#include "ledger.h" + +using namespace ledger; + #include <cppunit/extensions/HelperMacros.h> #include <cppunit/Exception.h> #include <cppunit/Portability.h> |