Skip to content
Snippets Groups Projects
Commit 62de88f3 authored by Christoph Grüninger's avatar Christoph Grüninger Committed by Timo Koch
Browse files

Add missing include

GCC 10 complains about missing size_t
parent d5ae05b9
No related branches found
No related tags found
1 merge request!1916Feature/use more c++17
......@@ -45,6 +45,8 @@ DUMUX_ENABLE_OLD_PROPERTY_MACROS defaults to 1 (true) until release 3.1. \
After release 3.1 it will default to 0 (false) so you will have to manually \
enable property macros in order to use them."
#include <cstddef>
#include <dumux/common/properties/propertysystem.hh>
namespace Dumux {
......
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