[aseprite] 227/308: Include needed <cmath> for clang

Tobias Hansen thansen at moszumanska.debian.org
Tue Mar 8 02:45:14 UTC 2016


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

thansen pushed a commit to branch master
in repository aseprite.

commit 4a76d8150c1e5a7d20bfd2eb374d183492464300
Author: David Capello <davidcapello at gmail.com>
Date:   Fri Feb 12 14:03:27 2016 -0300

    Include needed <cmath> for clang
---
 src/app/color.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/app/color.cpp b/src/app/color.cpp
index 577d5a2..993642c 100644
--- a/src/app/color.cpp
+++ b/src/app/color.cpp
@@ -19,6 +19,7 @@
 #include "doc/palette.h"
 #include "doc/primitives.h"
 
+#include <cmath>
 #include <cstdlib>
 #include <iomanip>
 #include <sstream>

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