add C headers to trk_DataLog.cpp

This commit is contained in:
anon 2018-06-28 10:18:49 -05:00
parent f87657c747
commit 34dcffa7f7

View File

@ -1,5 +1,7 @@
#include "TRK_DataLog.hh" #include "TRK_DataLog.hh"
#include <iostream> #include <iostream>
#include <cstring>
#include <cstdlib>
typedef enum { typedef enum {
TRICK_VOID = 0, /* No type */ TRICK_VOID = 0, /* No type */