From a1718a66d3fda266009e7f50be126ff3a9469431 Mon Sep 17 00:00:00 2001 From: Erik O'Leary Date: Mon, 21 Dec 2015 20:26:02 -0600 Subject: [PATCH] functional.h not included in "make install" --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 07bc24ff1..c9f7f878b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -74,6 +74,7 @@ set(PYBIND11_HEADERS include/pybind11/numpy.h include/pybind11/complex.h include/pybind11/stl.h + include/pybind11/functional.h ) # Create the binding library