diff options
| author | Bastiaan Bakker <bastiaan.bakker@lifeline.nl> | 2001-04-19 19:39:44 +0000 |
|---|---|---|
| committer | Bastiaan Bakker <bastiaan.bakker@lifeline.nl> | 2001-04-19 19:39:44 +0000 |
| commit | e190bd8288907d28f21e5a9baf577c7a9984f9b6 (patch) | |
| tree | 70a47f9c97a1bba7117c021a76f5603e43df7c77 /include/cppunit | |
| parent | 604b113c6db1562b6e5835b7864d96cdd8261ca2 (diff) | |
| download | cppunit-e190bd8288907d28f21e5a9baf577c7a9984f9b6.tar.gz | |
Added MSVC++ workspace and project files.
Diffstat (limited to 'include/cppunit')
| -rw-r--r-- | include/cppunit/TestCaller.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppunit/TestCaller.h b/include/cppunit/TestCaller.h index 8c3f1b5..617ad56 100644 --- a/include/cppunit/TestCaller.h +++ b/include/cppunit/TestCaller.h @@ -5,7 +5,7 @@ #include "TestCase.h" #endif -#include <stl.h> +#include <memory> namespace CppUnit { |
