MXS-1659 Do not include C++ headers from C header

This commit is contained in:
Johan Wikman
2018-02-08 12:26:44 +02:00
parent 7f045beb59
commit b15a460416
2 changed files with 3 additions and 2 deletions

View File

@ -31,6 +31,7 @@
#include <time.h>
#include <stdio.h>
#include <string.h>
#include <sstream>
#include <sys/time.h>
#include <fstream>