1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/devel/pure-stllib/files/patch-stlbase.hpp
Vanilla I. Shu 893dd95101 Fix build with gcc4.9.
PR:		204387
Submitted by:	gerald@
Approved by:	maintainer via twitter.
2016-01-21 06:45:36 +00:00

12 lines
257 B
C++

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