mirror of
https://github.com/nasa/trick.git
synced 2025-01-18 18:56:31 +00:00
Included stdexcept in TRK_DataLog.cpp. Ref #657
This commit is contained in:
parent
3ff8fc6bc0
commit
8f5123e480
@ -3,6 +3,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
|
#include <stdexcept>
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
TRICK_VOID = 0, /* No type */
|
TRICK_VOID = 0, /* No type */
|
||||||
|
Loading…
Reference in New Issue
Block a user