Fix build with gcc4.9.

PR:		204387
Submitted by:	gerald@
Approved by:	maintainer via twitter.
This commit is contained in:
Vanilla I. Shu 2016-01-21 06:45:36 +00:00
parent 3495b4a80b
commit 893dd95101
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=406828

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