Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
2 changes: 1 addition & 1 deletion Source/Core/DolphinQt/RenderWidget.cpp
Expand Up @@ -19,7 +19,7 @@
#include <QTimer>
#include <QWindow>

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

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

0 comments on commit 30cf6c9

Please sign in to comment.