commit | 8f4eb006901553ccfa010b75660f979ab1ef31a4 | [log] [tgz] |
---|---|---|
author | Wenzel Jakob <wenzel@inf.ethz.ch> | Thu Oct 15 18:13:33 2015 +0200 |
committer | Wenzel Jakob <wenzel@inf.ethz.ch> | Thu Oct 15 18:23:56 2015 +0200 |
tree | 5429b5a3a732c5d47f690d3d53b072f920bba468 | |
parent | 607654f7ece64240ab56f47a48b13f64f56fe55f [diff] [blame] |
last breaking change: be consistent about the project name
diff --git a/example/example12.cpp b/example/example12.cpp index 274edf8..d0e8699 100644 --- a/example/example12.cpp +++ b/example/example12.cpp
@@ -8,7 +8,7 @@ */ #include "example.h" -#include <pybind/functional.h> +#include <pybind11/functional.h> /* This is an example class that we'll want to be able to extend from Python */ class Example12 {