mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 07:49:01 +08:00
13 lines
291 B
Diff
13 lines
291 B
Diff
|
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
|