mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
VideoCommon/Statistics: Amend imgui include
This is a library header, so it should be using '<' and '>' to delineate that.
This commit is contained in:
parent
73710c0745
commit
5cafce3cc4
1 changed files with 3 additions and 2 deletions
|
@ -2,11 +2,12 @@
|
|||
// Licensed under GPLv2+
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include "VideoCommon/Statistics.h"
|
||||
|
||||
#include <utility>
|
||||
|
||||
#include "imgui.h"
|
||||
#include <imgui.h>
|
||||
|
||||
#include "VideoCommon/Statistics.h"
|
||||
#include "VideoCommon/VideoConfig.h"
|
||||
|
||||
Statistics stats;
|
||||
|
|
Loading…
Add table
Reference in a new issue