Skip to content

Commit

Permalink
Changing file path
Browse files Browse the repository at this point in the history
  • Loading branch information
EnoGame29 committed Jan 23, 2025
1 parent 13c24dc commit d3fecc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main_verification.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ g++ -std=c++11 -o main_verification main_verification.cpp verification.cpp
After running, wait for the result of the verification. This should take approximately 50 seconds to complete.
*/

#include "Includes/verification.hpp"
#include "includes/verification.hpp"
#include <iostream>
#include <fstream>
#include <string>
Expand Down
2 changes: 1 addition & 1 deletion src/verification.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ just I include the different includes for the cpp file:
10. mutex: To provide synchronization mechanisms
*/

#include "Includes/verification.hpp"
#include "includes/verification.hpp"
#include <fstream>
#include <sstream>
#include <chrono>
Expand Down

0 comments on commit d3fecc6

Please sign in to comment.