Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-fedorets committed Dec 2, 2024
1 parent f40e6b5 commit 985bf68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/fedotov_k_set/include/set_app.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include <string>
#include <vector>

#include "set.h"
#include "include/set.h"

class SetApp {
private:
Expand Down
2 changes: 1 addition & 1 deletion modules/fedotov_k_set/src/set.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ std::string Set::toString() const {
}
ss << "}";
return ss.str();
}
}

0 comments on commit 985bf68

Please sign in to comment.