aboutsummaryrefslogtreecommitdiff
path: root/src/fluid_buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fluid_buffer.h')
-rw-r--r--src/fluid_buffer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fluid_buffer.h b/src/fluid_buffer.h
index 72518bb..b0e0936 100644
--- a/src/fluid_buffer.h
+++ b/src/fluid_buffer.h
@@ -2,6 +2,7 @@
#include <memory>
#include <string>
+#include <filesystem>
#include "vector.h"
@@ -28,5 +29,5 @@ public:
Velocity& velocity(std::size_t x, std::size_t y);
Velocity& velocity(Vector<std::size_t> pos);
- void writeAsVTK(const std::string& path);
+ void writeAsVTK(const std::filesystem::path& path);
};