Skip to content

Commit

Permalink
Add missing <numeric> include.
Browse files Browse the repository at this point in the history
DOF: partial_sum
BC: iota
  • Loading branch information
endJunction committed Jun 2, 2018
1 parent eb0c46a commit f3e6f79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions NumLib/DOF/LocalToGlobalIndexMap.cpp
Expand Up @@ -10,6 +10,7 @@
#include "LocalToGlobalIndexMap.h"

#include <algorithm>
#include <numeric>
#include <unordered_set>

namespace NumLib
Expand Down
Expand Up @@ -10,6 +10,8 @@

#pragma once

#include <numeric>

#include "MeshLib/MeshSearch/NodeSearch.h"
#include "ProcessLib/Utils/CreateLocalAssemblers.h"
#include "ProcessLib/Utils/ProcessUtils.h"
Expand Down

0 comments on commit f3e6f79

Please sign in to comment.