#include <memory> for std::shared

This commit is contained in:
john hood
2016-05-11 00:51:00 -04:00
parent c1ca7e46a5
commit 70c62c5a94
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -206,7 +206,7 @@ AC_CHECK_HEADERS([utmpx.h])
AC_CHECK_HEADERS([termio.h])
AC_CHECK_HEADERS([sys/uio.h])
AC_LANG_PUSH(C++)
AC_CHECK_HEADERS([tr1/memory])
AC_CHECK_HEADERS([memory tr1/memory])
AC_LANG_POP(C++)
# Checks for typedefs, structures, and compiler characteristics.