aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/mariadb-connector-cpp/fix-carray.diff
blob: a4918e2a935b2f27791e36c1a3b91e4a5935a117 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/include/conncpp/CArray.hpp b/include/conncpp/CArray.hpp
index f3e4634..e0f62eb 100644
--- a/include/conncpp/CArray.hpp
+++ b/include/conncpp/CArray.hpp
@@ -24,6 +24,7 @@
 #include "buildconf.hpp"
 #include <initializer_list>
 #include <vector>
+#include <stdint.h>
 
 
 namespace sql