mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-28 15:20:15 +00:00
Fix src/app/check_update.cpp compilation error with the renamed cfg.h to ini_file.h.
This commit is contained in:
parent
bcd36f6dc8
commit
ce14cbfd89
@ -24,12 +24,12 @@
|
||||
|
||||
#include "app.h"
|
||||
#include "base/bind.h"
|
||||
#include "core/cfg.h"
|
||||
#include "ini_file.h"
|
||||
#include "modules/gui.h"
|
||||
#include "widgets/statebar.h"
|
||||
|
||||
#include <sstream>
|
||||
#include <ctime>
|
||||
#include <sstream>
|
||||
|
||||
namespace app {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user