From e52cf8ae915efe6347c574f26f092317005d3eca Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Tue, 15 Dec 2015 11:32:29 +0100 Subject: [PATCH] also add stl.h header --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9100a63c9..07bc24ff1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -73,6 +73,7 @@ set(PYBIND11_HEADERS include/pybind11/typeid.h include/pybind11/numpy.h include/pybind11/complex.h + include/pybind11/stl.h ) # Create the binding library