Add a missing include for clang.

This commit is contained in:
Mark de Wever 2011-04-25 07:19:14 +00:00
parent c6d7ed2a9e
commit cfa941127b

View file

@ -27,6 +27,7 @@
#include "gui/widgets/listbox.hpp"
#endif
#include "gui/widgets/settings.hpp"
#include "video.hpp"
#include <boost/bind.hpp>