mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-30 04:20:23 +00:00
Merge pull request #571 from whitingjp/missing_runtime_error_header
Added missing header for std::runtime_error exception
This commit is contained in:
commit
a332fb0bbe
@ -13,6 +13,7 @@
|
||||
#include "gen/pref_types.h"
|
||||
|
||||
#include <iostream>
|
||||
#include <stdexcept>
|
||||
#include <vector>
|
||||
|
||||
typedef std::vector<TiXmlElement*> XmlElements;
|
||||
|
Loading…
x
Reference in New Issue
Block a user