Oops, needed stdint.h

This commit is contained in:
Andrew Johnson
2024-08-10 14:45:28 -05:00
parent 9d393c4437
commit 3dae29b7e8

View File

@ -9,6 +9,7 @@
#include <set>
#include <map>
#include <stdint.h>
#include <string.h>
#define EPICS_PRIVATE_API