Fix clang compiler error: missing <stdexcept> to use std::runtime_error

This commit is contained in:
David Capello 2014-11-10 22:48:40 -03:00
parent cb45e046f5
commit 16be1718b5

View File

@ -1,5 +1,5 @@
/* Aseprite
* Copyright (C) 2001-2013 David Capello
* Copyright (C) 2001-2014 David Capello
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -30,6 +30,7 @@
#include "app/settings/settings.h"
#include <algorithm>
#include <stdexcept>
namespace app {