Skip to content

Commit 09362b2

Browse files
committed
Util (Windows): fixes compiling
1 parent 3cfef81 commit 09362b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/util/path.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#pragma once
22

3-
#include "fastfetch.h"
3+
#include "util/FFstrbuf.h"
4+
#include "util/stringUtils.h"
45

56
const char* ffFindExecutableInPath(const char* name, FFstrbuf* result);
67
static inline bool ffIsAbsolutePath(const char* path)

0 commit comments

Comments
 (0)