fix: add <fstream> include to 3mf test
CI / Build & Test (push) Failing after 17m0s
CI / Release Build (push) Failing after 24s
Build & Test / build-and-test (push) Has been cancelled
Build & Test / python-bindings (push) Has been cancelled

This commit is contained in:
茂之钳
2026-07-24 11:37:06 +00:00
parent 7c2fb4b7c3
commit f4e34d36cc
3 changed files with 57 additions and 3 deletions
+1
View File
@@ -1,5 +1,6 @@
#include <gtest/gtest.h>
#include <cstdio>
#include <fstream>
#include "vde/foundation/io_3mf.h"
using namespace vde::foundation;