aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/treehopper/add-cstdint.diff
blob: fad7beb6d20ab0dd1bf215bde972467e8e8efa86 (plain)
1
2
3
4
5
6
7
8
9
10
diff --git a/C++/API/inc/UsbConnection.h b/C++/API/inc/UsbConnection.h
index f07533c..614d2f9 100644
--- a/C++/API/inc/UsbConnection.h
+++ b/C++/API/inc/UsbConnection.h
@@ -1,4 +1,5 @@
 #pragma once
+#include <cstdint>
 #include <string>
 #include "Treehopper.h"