mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-07 09:56:59 +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
|
||||
// Copyright (C) 2001-2013 David Capello
|
||||
// Copyright (C) 2001-2013, 2015 David Capello
|
||||
//
|
||||
// This file is released under the terms of the MIT license.
|
||||
// Read LICENSE.txt for more information.
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "ui/event.h"
|
||||
|
||||
namespace ui {
|
||||
|
Loading…
Reference in New Issue
Block a user