Skip to content

Commit

Permalink
UI: Buildfix on MSVC 2017.
Browse files Browse the repository at this point in the history
  • Loading branch information
unknownbrackets committed Feb 3, 2023
1 parent 7dc1164 commit b3becce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Core/TiltEventProcessor.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#define _USE_MATH_DEFINES

#include <algorithm>
#include <cmath>

#include "Common/Math/math_util.h"
Expand Down
1 change: 1 addition & 0 deletions UI/JoystickHistoryView.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include <algorithm>
#include "UI/JoystickHistoryView.h"
#include "Common/UI/Context.h"
#include "Common/UI/UI.h"
Expand Down

0 comments on commit b3becce

Please sign in to comment.