[aseprite] 184/250: Add missing <stdexcept> to use std::runtime_error

Tobias Hansen thansen at moszumanska.debian.org
Sun Dec 20 15:27:29 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 7bf6404b85259b23fd6015e42b0ef166ef1fd375
Author: David Capello <davidcapello at gmail.com>
Date:   Thu Oct 15 18:32:32 2015 -0300

    Add missing <stdexcept> to use std::runtime_error
---
 src/app/util/freetype_utils.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/app/util/freetype_utils.cpp b/src/app/util/freetype_utils.cpp
index dc4b678..c66e7b3 100644
--- a/src/app/util/freetype_utils.cpp
+++ b/src/app/util/freetype_utils.cpp
@@ -19,6 +19,8 @@
 #include "doc/image.h"
 #include "doc/primitives.h"
 
+#include <stdexcept>
+
 #include "freetype/ftglyph.h"
 #include "ft2build.h"
 #include FT_FREETYPE_H

-- 
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