summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin.h b/plugin.h
index 4c22943..23c6399 100644
--- a/plugin.h
+++ b/plugin.h
@@ -30,7 +30,7 @@
#include <string>
#include <cstdlib>
-
+#include <cstdint>
#if defined(WIN32)
#define PG_EXPORT extern "C" __declspec(dllexport)