Skip to content

Commit

Permalink
Fix Header defination
Browse files Browse the repository at this point in the history
  • Loading branch information
Abir-Tx committed Jun 26, 2022
1 parent ea2c58f commit 44e6a76
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/create.hpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#if !defined(CREATE_H)
#define CREATE_H
#if !defined(CREATE_HPP)
#define CREATE_HPP
#include <direct.h>
#include <iomanip>
#include <iostream>
#include <vector>
#include <sstream>
#include <vector>
#include <windows.h>

// User Defined header
Expand Down Expand Up @@ -444,4 +444,4 @@ void createFolder(std::string driveLetter) {
}
} while (gotoLabOrTheory == 1);
}
#endif // CREATE_H
#endif // CREATE_HPP

0 comments on commit 44e6a76

Please sign in to comment.