Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jean-Noël Grad
waLBerla
Commits
9d4ff795
Commit
9d4ff795
authored
Jul 30, 2021
by
Jean-Noël Grad
Browse files
Include <cstddef> to expose std::size_t
parent
ccbe4ff2
Pipeline
#33883
passed with stages
in 246 minutes and 5 seconds
Changes
7
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/core/DataTypes.h
View file @
9d4ff795
...
...
@@ -24,6 +24,7 @@
#include
"waLBerlaDefinitions.h"
#include
<cmath>
#include
<cstddef>
#include
<cstdint>
#include
<limits>
#include
<memory>
...
...
src/core/MultiArrayIO.impl.h
View file @
9d4ff795
...
...
@@ -24,6 +24,7 @@
#include
"core/DataTypes.h"
#include
"core/StringUtility.h"
#include
<cstddef>
#include
<sstream>
namespace
boost
{
...
...
src/core/debug/demangle.h
View file @
9d4ff795
...
...
@@ -20,6 +20,7 @@
#pragma once
#include
<cstddef>
#include
<string>
#ifdef __GLIBCXX__
...
...
src/core/math/Vector2.h
View file @
9d4ff795
...
...
@@ -38,6 +38,7 @@
#include
"core/mpi/SendBuffer.h"
#include
<cmath>
#include
<cstddef>
#include
<iostream>
#include
<limits>
#include
<type_traits>
...
...
src/core/math/Vector3.h
View file @
9d4ff795
...
...
@@ -39,6 +39,7 @@
#include
"core/debug/CheckFunctions.h"
#include
<cmath>
#include
<cstddef>
#include
<iostream>
#include
<limits>
#include
<type_traits>
...
...
src/geometry/structured/BasicVoxelFileReader.h
View file @
9d4ff795
...
...
@@ -25,6 +25,7 @@
#pragma once
#include
<cstddef>
#include
<fstream>
#include
<string>
#include
<vector>
...
...
src/geometry/structured/BasicVoxelFileReader.impl.h
View file @
9d4ff795
...
...
@@ -21,6 +21,7 @@
//======================================================================================================================
#include
<cassert>
#include
<cstddef>
#include
<sstream>
#include
<stdexcept>
#include
<typeinfo>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment