aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/examples/class_FixedVectorBlock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/class_FixedVectorBlock.cpp')
-rw-r--r--doc/examples/class_FixedVectorBlock.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/class_FixedVectorBlock.cpp b/doc/examples/class_FixedVectorBlock.cpp
index 917d465ab..9be7d8d71 100644
--- a/doc/examples/class_FixedVectorBlock.cpp
+++ b/doc/examples/class_FixedVectorBlock.cpp
@@ -1,6 +1,6 @@
#include <Eigen/Core>
#include <iostream>
-USING_PART_OF_NAMESPACE_EIGEN
+using namespace Eigen;
using namespace std;
template<typename Derived>