mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
5c8bda1444
The core of STXXL is an implementation of the C++ standard template library STL for external memory (out-of-core) computations, i. e., STXXL implements containers and algorithms that can process huge volumes of data that only fit on disks. While the closeness to the STL supports ease of use and compatibility with existing applications, another design priority is high performance. WWW: http://stxxl.sourceforge.net/
12 lines
289 B
C
12 lines
289 B
C
--- include/stxxl/bits/mng/config.h.orig 2011-03-08 18:03:38.000000000 +0300
|
|
+++ include/stxxl/bits/mng/config.h 2013-09-24 00:15:43.592520759 +0400
|
|
@@ -21,6 +21,8 @@
|
|
#include <stxxl/bits/singleton.h>
|
|
#include <stxxl/bits/verbose.h>
|
|
|
|
+#include <unistd.h>
|
|
+
|
|
|
|
__STXXL_BEGIN_NAMESPACE
|
|
|