Skip to content
Permalink
Browse files
Merge pull request #10192 from Pokechu22/renderwidget-imgui-include
RenderWidget: Change "imgui.h" to <imgui.h>
  • Loading branch information
leoetlino committed Oct 29, 2021
2 parents 40c2391 + ef80d51 commit 30cf6c9
Showing 1 changed file with 1 addition and 1 deletion.
@@ -19,7 +19,7 @@
#include <QTimer>
#include <QWindow>

#include "imgui.h"
#include <imgui.h>

#include "Core/Config/MainSettings.h"
#include "Core/ConfigManager.h"

0 comments on commit 30cf6c9

Please sign in to comment.