diff --git a/Source/Core/VideoCommon/Statistics.cpp b/Source/Core/VideoCommon/Statistics.cpp index cfed452676..6350bb5c81 100644 --- a/Source/Core/VideoCommon/Statistics.cpp +++ b/Source/Core/VideoCommon/Statistics.cpp @@ -2,11 +2,12 @@ // Licensed under GPLv2+ // Refer to the license.txt file included. +#include "VideoCommon/Statistics.h" + #include -#include "imgui.h" +#include -#include "VideoCommon/Statistics.h" #include "VideoCommon/VideoConfig.h" Statistics stats;