Skip to content

Commit 1775558

Browse files
committed
replace angle bracket include with quotes
1 parent 74a43d0 commit 1775558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/core/conversion/converters/test_unary.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include <string>
2-
#include <torch/torch.h>
2+
#include "torch/torch.h"
33
#include "core/compiler.h"
44
#include "gtest/gtest.h"
55
#include "tests/util/util.h"

0 commit comments

Comments
 (0)