Fix build with gcc4.9.
PR: 204387 Submitted by: gerald@ Approved by: maintainer via twitter.
This commit is contained in:
parent
3495b4a80b
commit
893dd95101
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=406828
1 changed files with 11 additions and 0 deletions
11
devel/pure-stllib/files/patch-stlbase.hpp
Normal file
11
devel/pure-stllib/files/patch-stlbase.hpp
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- stlbase.hpp.orig 2016-01-21 06:40:43 UTC
|
||||
+++ stlbase.hpp
|
||||
@@ -17,6 +17,8 @@ included with the pure-stlvec distributi
|
||||
#ifndef STLBASE_H
|
||||
#define STLBASE_H
|
||||
|
||||
+#include <stddef.h>
|
||||
+#include <cstddef>
|
||||
#include <vector>
|
||||
#include <map>
|
||||
#include <iterator>
|
Loading…
Reference in a new issue