Skip to content

Commit c9abcd4

Browse files
authored
Merge pull request #25 from yonik/master
use quote instead of bracket include
2 parents e658169 + 9cc26fb commit c9abcd4

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)