mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
13 lines
376 B
C
13 lines
376 B
C
$NetBSD: patch-src_mongo_util_intrusive__counter.h,v 1.1 2015/05/05 15:54:49 joerg Exp $
|
|
|
|
--- src/mongo/util/intrusive_counter.h.orig 2015-05-05 12:50:27.000000000 +0000
|
|
+++ src/mongo/util/intrusive_counter.h
|
|
@@ -28,6 +28,7 @@
|
|
|
|
#pragma once
|
|
|
|
+#include <cstdlib>
|
|
#include <boost/intrusive_ptr.hpp>
|
|
#include <boost/noncopyable.hpp>
|
|
#include "mongo/platform/atomic_word.h"
|