#include <memory> for std::shared
This commit is contained in:
+1
-1
@@ -206,7 +206,7 @@ AC_CHECK_HEADERS([utmpx.h])
|
|||||||
AC_CHECK_HEADERS([termio.h])
|
AC_CHECK_HEADERS([termio.h])
|
||||||
AC_CHECK_HEADERS([sys/uio.h])
|
AC_CHECK_HEADERS([sys/uio.h])
|
||||||
AC_LANG_PUSH(C++)
|
AC_LANG_PUSH(C++)
|
||||||
AC_CHECK_HEADERS([tr1/memory])
|
AC_CHECK_HEADERS([memory tr1/memory])
|
||||||
AC_LANG_POP(C++)
|
AC_LANG_POP(C++)
|
||||||
|
|
||||||
# Checks for typedefs, structures, and compiler characteristics.
|
# Checks for typedefs, structures, and compiler characteristics.
|
||||||
|
|||||||
@@ -35,6 +35,10 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
|
#ifdef HAVE_MEMORY
|
||||||
|
#include <memory>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_TR1_MEMORY
|
#ifdef HAVE_TR1_MEMORY
|
||||||
#include <tr1/memory>
|
#include <tr1/memory>
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user