mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-30 15:32:38 +00:00
Add missing <stdexcept> to use std::runtime_error
This commit is contained in:
parent
9f8200ea3e
commit
7bf6404b85
@ -19,6 +19,8 @@
|
|||||||
#include "doc/image.h"
|
#include "doc/image.h"
|
||||||
#include "doc/primitives.h"
|
#include "doc/primitives.h"
|
||||||
|
|
||||||
|
#include <stdexcept>
|
||||||
|
|
||||||
#include "freetype/ftglyph.h"
|
#include "freetype/ftglyph.h"
|
||||||
#include "ft2build.h"
|
#include "ft2build.h"
|
||||||
#include FT_FREETYPE_H
|
#include FT_FREETYPE_H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user