Skip to content
Snippets Groups Projects
Commit 74adba45 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

Add missing <numeric> include.

DOF: partial_sum
BC: iota
parent d44406b6
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@
#include "LocalToGlobalIndexMap.h"
#include <algorithm>
#include <numeric>
#include <unordered_set>
namespace NumLib
......
......@@ -10,6 +10,8 @@
#pragma once
#include <numeric>
#include "MeshLib/MeshSearch/NodeSearch.h"
#include "ProcessLib/Utils/CreateLocalAssemblers.h"
#include "ProcessLib/Utils/ProcessUtils.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment