summaryrefslogtreecommitdiff
path: root/include/cppunit
diff options
context:
space:
mode:
authorBaptiste Lepilleur <gaiacrtn@free.fr>2005-10-27 19:22:33 +0000
committerBaptiste Lepilleur <gaiacrtn@free.fr>2005-10-27 19:22:33 +0000
commitc83c8c190636bdfe2acac888c8bc7f326320094e (patch)
tree907f5bd94c85c914d222b61dfbe537a8ed31a512 /include/cppunit
parenta76879fc6a9ca3d5d243c1b53cf32414cf8a01db (diff)
downloadcppunit-c83c8c190636bdfe2acac888c8bc7f326320094e.tar.gz
made sure Portability.h is included...
Diffstat (limited to 'include/cppunit')
-rw-r--r--include/cppunit/portability/Stream.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cppunit/portability/Stream.h b/include/cppunit/portability/Stream.h
index f562d8b..e9beb8c 100644
--- a/include/cppunit/portability/Stream.h
+++ b/include/cppunit/portability/Stream.h
@@ -7,6 +7,8 @@
// Functions stdCOut() & stdCErr() which returns a reference on cout & cerr stream (or our
// custom stream).
+#include <cppunit/Portability.h>
+
#if defined( CPPUNIT_NO_STREAM )