fix windows compilation

This commit is contained in:
Grant Limberg 2020-09-14 12:42:39 -07:00
parent bbb307aff7
commit d980bba49f
3 changed files with 5 additions and 0 deletions

View file

@ -32,6 +32,7 @@
#ifdef __WINDOWS__
#include <wincrypt.h>
#include <intrin.h>
#endif
#include "Utils.hpp"