mirror of
https://git.gfz-potsdam.de/naaice/tug.git
synced 2025-12-15 18:38:23 +01:00
chore: add missing cstdint include
This commit is contained in:
parent
1a11991af0
commit
ca94cebba2
@ -1,5 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
#include <tug/Boundary.hpp>
|
||||
#include <tug/Core/Matrix.hpp>
|
||||
|
||||
@ -18,4 +19,4 @@ template <typename T> struct SimulationInput {
|
||||
const T deltaRow;
|
||||
const T deltaCol;
|
||||
};
|
||||
} // namespace tug
|
||||
} // namespace tug
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user