Skip to content

Commit

Permalink
Fixing include statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
SySyAli committed Jan 4, 2024
1 parent 4155213 commit 9fbb0b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions IWindowInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
#include <stdexcept>
#ifdef _WIN32
#include <windows.h>
// #elif __linux__
// #include <X11/Xatom.h>
// #include <X11/Xlib.h>
#elif __linux__
#include <X11/Xatom.h>
#include <X11/Xlib.h>
#endif

IWindowInterface::IWindowInterface()
Expand Down

0 comments on commit 9fbb0b9

Please sign in to comment.