diff options
author | Malfurious <m@lfurio.us> | 2024-10-24 13:56:20 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2024-10-25 04:41:01 -0400 |
commit | 64f81bd1f8222b6eea14a9b4a897476452484831 (patch) | |
tree | 74b499b7a22b72ee7804e389fe89ceaf5c4ee43c /Options.h | |
parent | a86c2daf3d9958c838c55950a53b4a1d6d99f3d1 (diff) | |
download | compass-64f81bd1f8222b6eea14a9b4a897476452484831.tar.gz compass-64f81bd1f8222b6eea14a9b4a897476452484831.zip |
Call Windows-specific API to obtain current working directory
Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to 'Options.h')
-rw-r--r-- | Options.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -6,7 +6,6 @@ #include <sstream>
#include <fstream>
#include <vector>
-#include <unistd.h>
#include "Cryptor.h"
|