mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
893dd95101
PR: 204387 Submitted by: gerald@ Approved by: maintainer via twitter.
12 lines
257 B
C++
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>
|