diff options
| author | 2018-01-11 22:24:09 -0500 | |
|---|---|---|
| committer | 2018-01-11 22:24:09 -0500 | |
| commit | 039fc7f985c295791b6f0d263b3ef35e75b9116a (patch) | |
| tree | 00477f3aa1258b04db4c060d73e12b0d4b0ec68d /src/core/frontend/framebuffer_layout.cpp | |
| parent | svc: Implement GetSystemTick. (diff) | |
| download | yuzu-039fc7f985c295791b6f0d263b3ef35e75b9116a.tar.gz yuzu-039fc7f985c295791b6f0d263b3ef35e75b9116a.tar.xz yuzu-039fc7f985c295791b6f0d263b3ef35e75b9116a.zip | |
core: Fix recent GCC build breaks.
Diffstat (limited to 'src/core/frontend/framebuffer_layout.cpp')
| -rw-r--r-- | src/core/frontend/framebuffer_layout.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/frontend/framebuffer_layout.cpp b/src/core/frontend/framebuffer_layout.cpp index 8551858d1..18ec4d2ed 100644 --- a/src/core/frontend/framebuffer_layout.cpp +++ b/src/core/frontend/framebuffer_layout.cpp | |||
| @@ -2,6 +2,8 @@ | |||
| 2 | // Licensed under GPLv2 or any later version | 2 | // Licensed under GPLv2 or any later version |
| 3 | // Refer to the license.txt file included. | 3 | // Refer to the license.txt file included. |
| 4 | 4 | ||
| 5 | #include <cmath> | ||
| 6 | |||
| 5 | #include "common/assert.h" | 7 | #include "common/assert.h" |
| 6 | #include "core/frontend/framebuffer_layout.h" | 8 | #include "core/frontend/framebuffer_layout.h" |
| 7 | 9 | ||