From 1abd00058460761b87062da795208a1825072c31 Mon Sep 17 00:00:00 2001 From: SaeHie Park Date: Thu, 17 Mar 2022 06:45:23 +0900 Subject: [PATCH] [moco-tf] Include logo-ex This will revise modo-tf to use loco-ex. ONE-DCO-1.0-Signed-off-by: SaeHie Park --- compiler/moco-tf/CMakeLists.txt | 1 + compiler/moco-tf/src/Transforms.h | 1 + 2 files changed, 2 insertions(+) diff --git a/compiler/moco-tf/CMakeLists.txt b/compiler/moco-tf/CMakeLists.txt index 7c42761ba71..6a578012066 100644 --- a/compiler/moco-tf/CMakeLists.txt +++ b/compiler/moco-tf/CMakeLists.txt @@ -26,6 +26,7 @@ target_link_libraries(moco_tf_frontend PRIVATE locomotiv) target_link_libraries(moco_tf_frontend PRIVATE plier_tf) target_link_libraries(moco_tf_frontend PRIVATE locoex_customop) target_link_libraries(moco_tf_frontend PRIVATE logo) +target_link_libraries(moco_tf_frontend PRIVATE logo_ex) target_link_libraries(moco_tf_frontend PRIVATE oops) install(TARGETS moco_tf_frontend DESTINATION lib) diff --git a/compiler/moco-tf/src/Transforms.h b/compiler/moco-tf/src/Transforms.h index f14b816757c..a197a796e26 100644 --- a/compiler/moco-tf/src/Transforms.h +++ b/compiler/moco-tf/src/Transforms.h @@ -21,6 +21,7 @@ #include "Transforms/TypeInferencePass.h" #include +#include #include #endif // __MOCO_TF_TRANSFORMS_H__