Skip to content

Commit 791d452

Browse files
committed
Fixing fileutils include guards
1 parent a0d24fe commit 791d452

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Src/DasherCore/FileUtils.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
#include <fstream>
21
#ifndef HAVE_OWN_FILEUTILS
32
#include "FileUtils.h"
3+
44
#include <regex>
55
#include <filesystem>
6+
#include <fstream>
67

78
static bool IsFileWriteable(const std::filesystem::path &file_path)
89
{

0 commit comments

Comments
 (0)