core: Fix recent GCC build breaks.

This commit is contained in:
bunnei 2018-01-11 22:24:09 -05:00
parent e2db6b98fe
commit 86a8e32471
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"