Skip to content

Commit

Permalink
necessary includes for wildcharacters library get appropriate locatio…
Browse files Browse the repository at this point in the history
…ns in the code (zproksi#12)

Co-authored-by: Alexey Zaytsev <Zaytsev.Lesha@gmail.com>
  • Loading branch information
zproksi and Alexey Zaytsev authored Mar 1, 2024
1 parent 77934f5 commit 975f60f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion wildcharacters/wildcharacters.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include <filesystem>
#include <sstream>
#include "wildcharacters.h"

namespace wildcharacters
Expand Down
1 change: 1 addition & 0 deletions wildcharacters/wildcharacters.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once

#include <filesystem>
#include <memory>
#include <regex>
#include <string>
Expand Down

0 comments on commit 975f60f

Please sign in to comment.