swap c header for cpp one

This commit is contained in:
Joel Shapiro 2019-06-21 18:02:00 -05:00
parent a1274ff01b
commit c2b45ed7ac

View File

@ -17,12 +17,12 @@ limitations under the License.
#include <sys/stat.h>
#include <sys/types.h>
#ifdef _WIN32
#include <stdio.h>
#endif
#include <cassert>
#include <cstdarg>
#include <cstdint>
#ifdef _WIN32
#include <cstdio>
#endif
#include <cstring>
#include <utility>