mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
17 lines
396 B
C++
17 lines
396 B
C++
$NetBSD: patch-src_ui_tool_node.h,v 1.3 2015/02/03 13:55:12 adam Exp $
|
|
|
|
--- src/ui/tool/node.h.orig 2014-11-30 18:45:32.000000000 +0000
|
|
+++ src/ui/tool/node.h
|
|
@@ -21,11 +21,7 @@
|
|
#include <stdexcept>
|
|
#include <cstddef>
|
|
|
|
-#if __cplusplus >= 201103L
|
|
#include <functional>
|
|
-#else
|
|
-#include <tr1/functional>
|
|
-#endif
|
|
|
|
#include <boost/enable_shared_from_this.hpp>
|
|
#include <boost/shared_ptr.hpp>
|