mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-19 01:21:03 +00:00
Fix compilation on Linux
This commit is contained in:
parent
9377471425
commit
fc62d8a7f3
@ -17,9 +17,10 @@
|
||||
|
||||
#include "tinyxml.h"
|
||||
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
#include <cctype>
|
||||
#include <iostream>
|
||||
#include <stdexcept>
|
||||
#include <vector>
|
||||
|
||||
typedef std::vector<TiXmlElement*> XmlElements;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user