add missing stdexcept include
This commit is contained in:
parent
bef269bc01
commit
767c51cea2
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
|
||||
// stl
|
||||
#include <cstdlib>
|
||||
#include <stdexcept>
|
||||
|
||||
// freetype2
|
||||
extern "C"
|
||||
|
|
Loading…
Reference in a new issue