diff options
| author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2005-10-27 18:34:11 +0000 |
|---|---|---|
| committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2005-10-27 18:34:11 +0000 |
| commit | a76879fc6a9ca3d5d243c1b53cf32414cf8a01db (patch) | |
| tree | ff32fdc881bc77804d707abd8d56b135c41fbf5d /include/cppunit | |
| parent | 2a0b3b646cb997c2050f545e30076cb823afe886 (diff) | |
| download | cppunit-a76879fc6a9ca3d5d243c1b53cf32414cf8a01db.tar.gz | |
include/cppunit/TestAssert.h: added missing #include <stdio.h>
Diffstat (limited to 'include/cppunit')
| -rw-r--r-- | include/cppunit/TestAssert.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppunit/TestAssert.h b/include/cppunit/TestAssert.h index 14b9aff..90e80a2 100644 --- a/include/cppunit/TestAssert.h +++ b/include/cppunit/TestAssert.h @@ -5,7 +5,7 @@ #include <cppunit/Exception.h> #include <cppunit/Asserter.h> #include <cppunit/portability/Stream.h> - +#include <stdio.h> #include <float.h> // For struct assertion_traits<double> |
