Skip to content

Commit

Permalink
fix: hardware_info.cpp windows.h include
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddubbeldam committed Oct 15, 2024
1 parent c53b535 commit 7290263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/raspakit/hardware_info.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ module;

#if defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__)
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <VersionHelpers.h>
#include <intrin.h>
#include <sysinfoapi.h>
#include <windows.h>
#include <winsock2.h>
#include <ws2tcpip.h>
#pragma comment(lib, "ws2_32.lib")
Expand Down

0 comments on commit 7290263

Please sign in to comment.