Skip to content

Commit c999175

Browse files
committed
Add header guards to utilities.hpp
1 parent 146fed8 commit c999175

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

include/utilities.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#ifndef UTILITIES_HPP
2+
#define UTILITIES_HPP
13
#include <cmath>
24
#include <iostream>
35
#include <iomanip>
@@ -48,3 +50,5 @@ std::vector<element_type> operator-(const std::vector<element_type> &A,
4850
}
4951
return C;
5052
}
53+
54+
#endif // UTILITIES_HPP

0 commit comments

Comments
 (0)