mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
ccecfeab22
- Add support for clang PR: 165702 Submitted by: Michael Gmelin <freebsd@grem.de> (maintainer) Feature safe: yes
11 lines
271 B
C++
11 lines
271 B
C++
--- cpp.orig/include/Ice/Buffer.h 2011-06-15 21:43:58.000000000 +0200
|
|
+++ cpp/include/Ice/Buffer.h 2012-03-04 20:14:52.000000000 +0100
|
|
@@ -10,6 +10,7 @@
|
|
#ifndef ICEE_BUFFER_H
|
|
#define ICEE_BUFFER_H
|
|
|
|
+#include <cstddef>
|
|
#include <Ice/Config.h>
|
|
|
|
namespace IceInternal
|