1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Fix build with gcc44

PR:		ports/150055
Submitted by:	Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
This commit is contained in:
Pav Lucistnik 2010-09-03 09:29:06 +00:00
parent 16a6518cf2
commit 9dcb9848dd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260472

View File

@ -0,0 +1,10 @@
--- par2cmdline.h.orig 2010-08-28 00:21:07.730518551 +0200
+++ par2cmdline.h 2010-08-28 00:21:42.779186595 +0200
@@ -428,6 +428,7 @@
#include <vector>
#include <map>
#include <algorithm>
+#include <memory>
#include <ctype.h>
#include <iostream>