example6 fix
diff --git a/example/example6.cpp b/example/example6.cpp
index 952caf0..880f865 100644
--- a/example/example6.cpp
+++ b/example/example6.cpp
@@ -10,6 +10,7 @@
 
 #include "example.h"
 #include <pybind/operators.h>
+#include <pybind/stl.h>
 
 class Sequence {
 public: