[aseprite] 36/250: Add required #include <list> in document_exporter.cpp

Tobias Hansen thansen at moszumanska.debian.org
Sun Dec 20 15:27:09 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 11c70ab522c0b9c04d098cd44ffb79568a5d496b
Author: David Capello <davidcapello at gmail.com>
Date:   Mon Sep 14 17:07:28 2015 -0300

    Add required #include <list> in document_exporter.cpp
---
 src/app/document_exporter.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/app/document_exporter.cpp b/src/app/document_exporter.cpp
index 98c8a93..9ba3a18 100644
--- a/src/app/document_exporter.cpp
+++ b/src/app/document_exporter.cpp
@@ -40,6 +40,7 @@
 #include <cstdio>
 #include <fstream>
 #include <iostream>
+#include <list>
 
 using namespace doc;
 

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