[aseprite] 107/308: Add missing #include <cstring> to use std::strlen()

Tobias Hansen thansen at moszumanska.debian.org
Tue Mar 8 02:44:58 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 503c3c4bb544c6e23ae892ec94f958c1a681aa64
Author: David Capello <davidcapello at gmail.com>
Date:   Mon Dec 14 17:13:16 2015 -0300

    Add missing #include <cstring> to use std::strlen()
---
 src/app/filename_formatter.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/app/filename_formatter.cpp b/src/app/filename_formatter.cpp
index fb34009..f741e1a 100644
--- a/src/app/filename_formatter.cpp
+++ b/src/app/filename_formatter.cpp
@@ -16,6 +16,7 @@
 #include "base/replace_string.h"
 
 #include <cstdlib>
+#include <cstring>
 #include <vector>
 
 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