mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-01 18:00:26 +00:00
Include <stdexcept> in app/util/clipboard.cpp (needed for gcc)
This commit is contained in:
parent
5b5a2cfd9f
commit
ae974b544b
@ -57,6 +57,8 @@
|
||||
#include "app/util/clipboard_win32.h"
|
||||
#endif
|
||||
|
||||
#include <stdexcept>
|
||||
|
||||
namespace app {
|
||||
|
||||
namespace {
|
||||
|
Loading…
Reference in New Issue
Block a user