mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-16 05:42:32 +00:00
Include config.h in ui/event.cpp
This commit is contained in:
parent
325e9245bf
commit
80a62f8ed5
@ -1,9 +1,13 @@
|
|||||||
// Aseprite UI Library
|
// Aseprite UI Library
|
||||||
// Copyright (C) 2001-2013 David Capello
|
// Copyright (C) 2001-2013, 2015 David Capello
|
||||||
//
|
//
|
||||||
// This file is released under the terms of the MIT license.
|
// This file is released under the terms of the MIT license.
|
||||||
// Read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include "config.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "ui/event.h"
|
#include "ui/event.h"
|
||||||
|
|
||||||
namespace ui {
|
namespace ui {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user