Skip to content

Commit 191ef61

Browse files
author
Raghuveer Devulapalli
committed
Header include directives
1 parent d032bc4 commit 191ef61

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/xss-common-includes.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#ifndef XSS_COMMON_INCLUDES
2+
#define XSS_COMMON_INCLUDES
13
#include <algorithm>
24
#include <cmath>
35
#include <cstdint>
@@ -75,3 +77,5 @@ struct ymm_vector;
7577

7678
template <typename type>
7779
struct avx2_vector;
80+
81+
#endif // XSS_COMMON_INCLUDES

0 commit comments

Comments
 (0)