diff options
| author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2005-10-27 19:22:33 +0000 |
|---|---|---|
| committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2005-10-27 19:22:33 +0000 |
| commit | c83c8c190636bdfe2acac888c8bc7f326320094e (patch) | |
| tree | 907f5bd94c85c914d222b61dfbe537a8ed31a512 /include/cppunit | |
| parent | a76879fc6a9ca3d5d243c1b53cf32414cf8a01db (diff) | |
| download | cppunit-c83c8c190636bdfe2acac888c8bc7f326320094e.tar.gz | |
made sure Portability.h is included...
Diffstat (limited to 'include/cppunit')
| -rw-r--r-- | include/cppunit/portability/Stream.h | 2 |
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 ) |
