Skip to content

Commit

Permalink
fix: failed to include export.h
Browse files Browse the repository at this point in the history
  • Loading branch information
braindigitalis committed Oct 16, 2024
1 parent e1d1812 commit 4e86993
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/dpp/socket.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
************************************************************************************/
#pragma once

#include <dpp/export.h>
#ifdef _WIN32
#include <WinSock2.h>
#include <WS2tcpip.h>
Expand Down

0 comments on commit 4e86993

Please sign in to comment.