Use std::filesystem::path for XISF files

This commit is contained in:
2026-04-27 18:39:02 +02:00
parent f1b5ec81c0
commit 1e940de31b
5 changed files with 13 additions and 9 deletions
+1
View File
@@ -1,6 +1,7 @@
#include <vector>
#include <string>
#include <iostream>
#include <fstream>
#include "../src/rawimage.h"
#define STB_IMAGE_WRITE_IMPLEMENTATION
#include "stb_image_write.h"