Included stdexcept in TRK_DataLog.cpp. Ref #657

This commit is contained in:
John M. Penn 2018-08-13 19:06:48 -05:00
parent 3ff8fc6bc0
commit 8f5123e480

View File

@ -3,6 +3,7 @@
#include <string.h>
#include <cstring>
#include <cstdlib>
#include <stdexcept>
typedef enum {
TRICK_VOID = 0, /* No type */