[aseprite] 120/250: Add missing #include files

Tobias Hansen thansen at moszumanska.debian.org
Sun Dec 20 15:27:19 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 5d9b7475e0638299699a2d15f038b831a1b3036f
Author: David Capello <davidcapello at gmail.com>
Date:   Fri Oct 2 10:54:15 2015 -0300

    Add missing #include files
---
 src/app/ui/zoom_entry.cpp | 1 +
 src/ui/slider.cpp         | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/app/ui/zoom_entry.cpp b/src/app/ui/zoom_entry.cpp
index c660e0f..e60812b 100644
--- a/src/app/ui/zoom_entry.cpp
+++ b/src/app/ui/zoom_entry.cpp
@@ -24,6 +24,7 @@
 
 #include <cmath>
 #include <cstdio>
+#include <cstdlib>
 
 namespace app {
 
diff --git a/src/ui/slider.cpp b/src/ui/slider.cpp
index 9f581b0..a5151ff 100644
--- a/src/ui/slider.cpp
+++ b/src/ui/slider.cpp
@@ -19,6 +19,7 @@
 #include "ui/widget.h"
 
 #include <cstdio>
+#include <cstdlib>
 
 namespace ui {
 

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