Skip to content
Snippets Groups Projects
Commit 4d6000a4 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[!718] Add include <algorithm> Visual C++ complained about

Merge branch 'fix/add-include-for-visual-c++' into 'master'

See merge request [core/dune-common!718]

  [core/dune-common!718]: Nonecore/dune-common/merge_requests/718
parents 578320c9 6943a63c
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@
#ifndef DUNE_BIGUNSIGNEDINT_HH
#define DUNE_BIGUNSIGNEDINT_HH
#include <algorithm>
#include <iostream>
#include <limits>
#include <cstdint>
......
......@@ -3,6 +3,7 @@
#ifndef DUNE_DENSEVECTOR_HH
#define DUNE_DENSEVECTOR_HH
#include <algorithm>
#include <limits>
#include <type_traits>
......
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