From 3e2736b63cd41da6602bb5e231659a5cbe07c9a2 Mon Sep 17 00:00:00 2001 From: Jan Dohl Date: Tue, 15 Dec 2015 03:24:40 +0100 Subject: [PATCH] Add complex.h to list of installed headers --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index c77ab8f7c..9100a63c9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -72,6 +72,7 @@ set(PYBIND11_HEADERS include/pybind11/pytypes.h include/pybind11/typeid.h include/pybind11/numpy.h + include/pybind11/complex.h ) # Create the binding library