Skip to content

Commit 1a00287

Browse files
committed
Include missing export on ExtraInfo::DataType
Signed-off-by: Sacha Refshauge <[email protected]>
1 parent 53c3430 commit 1a00287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/api/include/trtorch/trtorch.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ struct TRTORCH_API ExtraInfo {
9090
* This class is compatable with c10::DataTypes (but will check for TRT support)
9191
* so there should not be a reason that you need to use this type explictly.
9292
*/
93-
class DataType {
93+
class TRTORCH_API DataType {
9494
public:
9595
/**
9696
* Underlying enum class to support the DataType Class

0 commit comments

Comments
 (0)