Skip to content
Snippets Groups Projects
Commit 64416736 authored by Sebastian Eibl's avatar Sebastian Eibl
Browse files

fixed msvc 2019 warnings

parent 80183e6e
No related merge requests found
......@@ -23,12 +23,13 @@
#include "waLBerlaDefinitions.h"
#include <cmath>
#include <cstdint>
#include <limits>
#include <memory>
#include <type_traits>
#include <stdexcept>
#include <string>
#include <cmath>
#include <limits>
#include <type_traits>
#if (defined( __has_include ) && __has_include(<cxxabi.h>)) || defined( __GLIBCXX__ )
#define HAVE_CXXABI_H
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment