Skip to content
Snippets Groups Projects
Commit 62bece1d authored by Oliver Sander's avatar Oliver Sander
Browse files

include std::vector

[[Imported from SVN: r528]]
parent 54153d64
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,8 @@
#ifndef DUNE_MATRIX_INDEX_SET_HH
#define DUNE_MATRIX_INDEX_SET_HH
#include <vector>
namespace Dune {
......@@ -140,7 +142,7 @@ namespace Dune {
}
Dune::Array<std::vector<int> > indices;
std::vector<std::vector<int> > indices;
int rows_, cols_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment