summaryrefslogtreecommitdiff
path: root/include/cppunit
diff options
context:
space:
mode:
authorBastiaan Bakker <bastiaan.bakker@lifeline.nl>2001-04-19 19:39:44 +0000
committerBastiaan Bakker <bastiaan.bakker@lifeline.nl>2001-04-19 19:39:44 +0000
commite190bd8288907d28f21e5a9baf577c7a9984f9b6 (patch)
tree70a47f9c97a1bba7117c021a76f5603e43df7c77 /include/cppunit
parent604b113c6db1562b6e5835b7864d96cdd8261ca2 (diff)
downloadcppunit-e190bd8288907d28f21e5a9baf577c7a9984f9b6.tar.gz
Added MSVC++ workspace and project files.
Diffstat (limited to 'include/cppunit')
-rw-r--r--include/cppunit/TestCaller.h2
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 {