[aseprite] 58/134: Fix clang compiler error: missing <stdexcept> to use std::runtime_error

Tobias Hansen thansen at moszumanska.debian.org
Sat Mar 14 17:10:04 UTC 2015


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository aseprite.

commit 16be1718b580eb1a9f046886d4ae9049abc79dae
Author: David Capello <davidcapello at gmail.com>
Date:   Mon Nov 10 22:48:40 2014 -0300

    Fix clang compiler error: missing <stdexcept> to use std::runtime_error
---
 src/app/context.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/app/context.cpp b/src/app/context.cpp
index f15ff12..7a818d5 100644
--- a/src/app/context.cpp
+++ b/src/app/context.cpp
@@ -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 {
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git



More information about the Pkg-games-commits mailing list