diff options
| author | Vincent Richard <[email protected]> | 2008-07-11 23:27:24 +0200 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2008-07-11 23:27:24 +0200 |
| commit | 9d4155023dbad2f2a7cc5d8f4dc80582ddb98ac1 (patch) | |
| tree | 32c6c6b05e5e58862c757cb9628e3fe5ffc38e67 /tests/testRunner.cpp | |
| parent | Escape all RFC-2047 'especials' characters (Zarafa). (diff) | |
| download | vmime-9d4155023dbad2f2a7cc5d8f4dc80582ddb98ac1.tar.gz vmime-9d4155023dbad2f2a7cc5d8f4dc80582ddb98ac1.zip | |
Fixed missing std includes.
Diffstat (limited to 'tests/testRunner.cpp')
| -rw-r--r-- | tests/testRunner.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testRunner.cpp b/tests/testRunner.cpp index a39fc262..e2930372 100644 --- a/tests/testRunner.cpp +++ b/tests/testRunner.cpp @@ -27,6 +27,7 @@ #include <iostream> #include <vector> #include <algorithm> +#include <memory> #include <cppunit/XmlOutputter.h> #include <cppunit/extensions/TestFactoryRegistry.h> |
