mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-26 08:37:08 +00:00
Minor fix with includes
My mistake: <cstring> for std::strlen() and <cstdlib> for std::strtol().
This commit is contained in:
parent
5cfb0cd189
commit
fece0cf025
@ -18,10 +18,8 @@
|
||||
#include "doc/document.h"
|
||||
#include "doc/slice.h"
|
||||
|
||||
// TODO define one way to use std:: functions, this is getting really strange on different compilers
|
||||
#include <cstdlib> // Needed to use std::strtol() on clang
|
||||
#include <cstring> // Needed to use std::strtol() on gcc
|
||||
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <set>
|
||||
|
||||
namespace app {
|
||||
|
Loading…
x
Reference in New Issue
Block a user