Skip to content

Commit

Permalink
fix machineID windows getter bug
Browse files Browse the repository at this point in the history
  • Loading branch information
woodysoil committed Apr 7, 2024
1 parent 0e2e150 commit dae15a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MachineIDGetter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#include <stdexcept>

#if defined(_WIN32) || defined(_WIN64)
#include <iphlpapi.h>
#include <windows.h>
#include <iphlpapi.h>

#elif defined(__linux__) || defined(__linux)
#include <cstring>
Expand Down

0 comments on commit dae15a7

Please sign in to comment.