diff options
Diffstat (limited to 'src/main_windows.cpp')
| -rw-r--r-- | src/main_windows.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main_windows.cpp b/src/main_windows.cpp index 974949b..47c9a42 100644 --- a/src/main_windows.cpp +++ b/src/main_windows.cpp @@ -16,12 +16,12 @@ #ifdef win64 -#include "imgui.h" +#include "imgui/imgui.h" #include "imgui_impl_win32.h" #include "imgui_impl_dx11.h" #include <d3d11.h> #include <tchar.h> -#include "timer.h" +#include "timer_lib/timer.h" #include "ui.hpp" #include "administration.hpp" #include "administration_writer.hpp" |
