mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-13 08:01:17 +01:00
include stdio.h for sprintf
This commit is contained in:
parent
46d5dc5ef2
commit
78799ec63c
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue