Skip to content

Commit

Permalink
[FIX] : fix compil
Browse files Browse the repository at this point in the history
  • Loading branch information
aiekick committed Jul 21, 2024
1 parent 55d99cd commit 84e37cb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Backends/MainBackend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include <Headers/RenderPackHeaders.h>
#include <glad/glad.h>
#include <ImGuiPack.h>
#include <InAppGpuProfiler/InAppGpuProfiler.h>
#include <InAppGpuProfiler/iagp.h>
#include <ctools/Logger.h>
#include <ctools/GLVersionChecker.h>
#include <ImGuiPack.h>
Expand Down
3 changes: 1 addition & 2 deletions src/Metrics/Win/KGpuMon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,7 @@ bool KGpuMon::GetDisplayDeviceMemoryInfo(const NvDisplayHandle nvDisplayHandle,
}

return true;
}

}

return false;
}
Expand Down
2 changes: 1 addition & 1 deletion src/Panes/ProfilerPane.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include <Gui/MainFrame.h>
#include <Backends/MainBackend.h>
#include <ImGuiPack.h>
#include <InAppGpuProfiler/InAppGpuProfiler.h>
#include <InAppGpuProfiler/iagp.h>
#include <ctools/cTools.h>
#include <ctools/Logger.h>
#include <Helper/InterfacePanes.h>
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include <ctools/Logger.h>
#include <Headers/RenderPackHeaders.h>
#include <ImGuiPack.h>
#include <InAppGpuProfiler/InAppGpuProfiler.h>
#include <InAppGpuProfiler/iagp.h>
#ifdef USE_SDL2
#include <ImGuiPack/3rdparty/imgui_docking/backends/imgui_impl_sdl.h>
#else
Expand Down

0 comments on commit 84e37cb

Please sign in to comment.