aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/argon2/thread-header.patch
blob: 4edcf7a8b336d7ad8e6d6560813946398f9d333c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/thread.h b/src/thread.h
index d4ca10c..43bd542 100644
--- a/src/thread.h
+++ b/src/thread.h
@@ -19,6 +19,7 @@
 #define ARGON2_THREAD_H
 
 #if !defined(ARGON2_NO_THREADS)
+#include <stdint.h>
 
 /*
         Here we implement an abstraction layer for the simpĺe requirements