aboutsummaryrefslogtreecommitdiff
path: root/svg-flatten/src
diff options
context:
space:
mode:
Diffstat (limited to 'svg-flatten/src')
-rw-r--r--svg-flatten/src/main.cpp2
-rw-r--r--svg-flatten/src/svg_doc.cpp1
-rw-r--r--svg-flatten/src/util.cpp2
3 files changed, 4 insertions, 1 deletions
diff --git a/svg-flatten/src/main.cpp b/svg-flatten/src/main.cpp
index b684ce4..179e0ab 100644
--- a/svg-flatten/src/main.cpp
+++ b/svg-flatten/src/main.cpp
@@ -1,7 +1,9 @@
#include <cstdlib>
#include <cstdio>
+#ifndef WASI
#include <filesystem>
+#endif
#include <iostream>
#include <iomanip>
#include <fstream>
diff --git a/svg-flatten/src/svg_doc.cpp b/svg-flatten/src/svg_doc.cpp
index d61027b..163402e 100644
--- a/svg-flatten/src/svg_doc.cpp
+++ b/svg-flatten/src/svg_doc.cpp
@@ -19,6 +19,7 @@
#include <iostream>
#include <fstream>
#include <cmath>
+#include <numbers>
#include <gerbolyze.hpp>
#include "svg_import_defs.h"
diff --git a/svg-flatten/src/util.cpp b/svg-flatten/src/util.cpp
index 1af5fb6..c242e1b 100644
--- a/svg-flatten/src/util.cpp
+++ b/svg-flatten/src/util.cpp
@@ -7,8 +7,8 @@
#ifndef NOFORK
#include <pwd.h>
#include <subprocess.h>
-#endif
#include <filesystem>
+#endif
#include "util.h"