chore: add missing cstdint include

This commit is contained in:
Max Lübke 2025-02-05 13:53:08 +01:00
parent 1a11991af0
commit ca94cebba2

View File

@ -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