aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2008-07-11 23:27:24 +0200
committerVincent Richard <[email protected]>2008-07-11 23:27:24 +0200
commit9d4155023dbad2f2a7cc5d8f4dc80582ddb98ac1 (patch)
tree32c6c6b05e5e58862c757cb9628e3fe5ffc38e67 /tests
parentEscape all RFC-2047 'especials' characters (Zarafa). (diff)
downloadvmime-9d4155023dbad2f2a7cc5d8f4dc80582ddb98ac1.tar.gz
vmime-9d4155023dbad2f2a7cc5d8f4dc80582ddb98ac1.zip
Fixed missing std includes.
Diffstat (limited to 'tests')
-rw-r--r--tests/testRunner.cpp1
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>