Skip to content

Commit 9cc26fb

Browse files
committed
use quote instead of bracket include
1 parent e658169 commit 9cc26fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/intersection.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#ifndef SIMDCompressionAndIntersection_INTERSECTION_H_
44
#define SIMDCompressionAndIntersection_INTERSECTION_H_
55

6-
#include <common.h>
6+
#include "common.h"
77

88
namespace SIMDCompressionLib {
99

0 commit comments

Comments
 (0)