aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseCore/CompressedStorage.h
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/src/SparseCore/CompressedStorage.h')
-rw-r--r--Eigen/src/SparseCore/CompressedStorage.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/Eigen/src/SparseCore/CompressedStorage.h b/Eigen/src/SparseCore/CompressedStorage.h
index 14816b8f3..fa2bfd763 100644
--- a/Eigen/src/SparseCore/CompressedStorage.h
+++ b/Eigen/src/SparseCore/CompressedStorage.h
@@ -25,6 +25,8 @@
#ifndef EIGEN_COMPRESSED_STORAGE_H
#define EIGEN_COMPRESSED_STORAGE_H
+namespace Eigen {
+
namespace internal {
/** \internal
@@ -239,6 +241,8 @@ class CompressedStorage
};
-} // namespace internal
+} // end namespace internal
+
+} // end namespace Eigen
#endif // EIGEN_COMPRESSED_STORAGE_H