Skip to content

Commit c0bb7a8

Browse files
committed
Fix include style
Signed-off-by: Gabriel Cuendet <[email protected]>
1 parent fc13eb2 commit c0bb7a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/include/torch_tensorrt/torch_tensorrt.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include <string>
1616
#include <vector>
1717

18-
#include <torch_tensorrt/macros.h>
18+
#include "torch_tensorrt/macros.h"
1919

2020
// Just include the .h?
2121
#ifndef DOXYGEN_SHOULD_SKIP_THIS

0 commit comments

Comments
 (0)