Include <stdexcept> in app/util/clipboard.cpp (needed for gcc)

This commit is contained in:
David Capello 2014-08-08 10:52:21 -03:00
parent 5b5a2cfd9f
commit ae974b544b

View File

@ -57,6 +57,8 @@
#include "app/util/clipboard_win32.h"
#endif
#include <stdexcept>
namespace app {
namespace {