mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 18:21:44 +00:00
Fixed compilation error in gcc (cstdarg is need for va_list).
This commit is contained in:
parent
7869642c83
commit
bbe7205e4f
1
third_party/vaca/src/Debug.cpp
vendored
1
third_party/vaca/src/Debug.cpp
vendored
@ -36,6 +36,7 @@
|
||||
// #include "Vaca/Thread.h"
|
||||
|
||||
#include <cstdio>
|
||||
#include <cstdarg>
|
||||
|
||||
using namespace std;
|
||||
using namespace Vaca;
|
||||
|
Loading…
Reference in New Issue
Block a user