summaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorLeon Etienne <40911701+Leonetienne@users.noreply.github.com>2022-02-12 03:48:14 +0100
committerGitHub <noreply@github.com>2022-02-12 03:48:14 +0100
commit9755b729157d8205c3f054c69d2aa632402d3942 (patch)
treee4e19f945f299efeb365a944312fc3d8b94a6797 /main.cpp
parent74865b20a48980438d8a3cb280fa276944005d54 (diff)
parent719051affc9dcf477e1e919f681538246ca0d1b1 (diff)
Merge pull request #3 from Leonetienne/feature/streamlined-build
It shouwd buiwd finye nyow :33 <3
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index a58ebd3..fe48cd4 100644
--- a/main.cpp
+++ b/main.cpp
@@ -1,5 +1,5 @@
#include <iostream>
-#include <StringTools/StringTools.h>
+#include <StringTools.h>
#include <string>
#include <sstream>
#include <functional>