fix compile errors

This commit is contained in:
2018-11-26 13:45:36 +01:00
parent 42d1adfe27
commit f679e87e9f
4 changed files with 12 additions and 0 deletions

View File

@ -5,6 +5,7 @@
*/
#include <map>
#include <utility>
#include <cstring>
#include "corona.h"
#include "Debug.h"
#include "SimpleImage.h"

View File

@ -1,4 +1,5 @@
#include <algorithm>
#include <cstring>
#include "Debug.h"
#include "Open.h"
#include "SimpleImage.h"