summaryrefslogtreecommitdiffstats
path: root/crypto/hmac_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/hmac_win.cc')
-rw-r--r--crypto/hmac_win.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/hmac_win.cc b/crypto/hmac_win.cc
index 99b3a60..ab29081 100644
--- a/crypto/hmac_win.cc
+++ b/crypto/hmac_win.cc
@@ -5,6 +5,7 @@
#include "crypto/hmac.h"
#include <windows.h>
+#include <stddef.h>
#include <algorithm>
#include <vector>