Include config.h in ui/event.cpp

This commit is contained in:
David Capello 2015-06-23 14:40:54 -03:00
parent 325e9245bf
commit 80a62f8ed5

View File

@ -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 {