mirror of
https://github.com/AxioDL/nod.git
synced 2025-12-08 21:17:51 +00:00
MSVC fixes
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
#include "NOD/aes.hpp"
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#if _WIN32
|
||||
#include <intrin.h>
|
||||
#else
|
||||
#include <cpuid.h>
|
||||
#endif
|
||||
|
||||
namespace NOD
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user