include stdio.h for sprintf

This commit is contained in:
complement 2002-11-23 19:58:14 +00:00
parent 46d5dc5ef2
commit 78799ec63c

View file

@ -4,6 +4,8 @@
#ifndef CPPUNIT_ESTRING_H
#define CPPUNIT_ESTRING_H
#include <stdio.h>
// Create a string from a const char pointer
inline std::string estring (const char *cstring)