core: Fix recent GCC build breaks.

This commit is contained in:
bunnei 2018-01-11 22:24:09 -05:00
parent 97ef21e166
commit 039fc7f985
2 changed files with 4 additions and 2 deletions

View file

@ -2,6 +2,8 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include <cmath>
#include "common/assert.h"
#include "core/frontend/framebuffer_layout.h"