StringUtils: add the right missing header.

pull/1195/head
Kim Kulling 2017-03-11 17:25:34 +01:00
parent 6179e22749
commit b47bfeb0d7
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define INCLUDED_AI_STRINGUTILS_H #define INCLUDED_AI_STRINGUTILS_H
#include <sstream> #include <sstream>
#include <string.h> #include <stdarg.h>
/// @fn ai_snprintf /// @fn ai_snprintf
/// @brief The portable version of the function snprintf ( C99 standard ), which works on visual studio compilers 2013 and earlier. /// @brief The portable version of the function snprintf ( C99 standard ), which works on visual studio compilers 2013 and earlier.