Skip to content

Commit

Permalink
netimgui: simple windows fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Apr 12, 2024
1 parent 8e2927b commit 898c329
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion external/netImgui
5 changes: 5 additions & 0 deletions src/netimgui_remote_display/NetImguiServer_HAL_Glfw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
#include "hello_imgui/hello_imgui.h"
#include <GLFW/glfw3.h>

#ifdef _WIN32
#include <winsock2.h>
#include <ws2tcpip.h>
#endif


namespace NetImguiServer { namespace App
{
Expand Down

0 comments on commit 898c329

Please sign in to comment.