diff --git a/libraries/technology/transceiver/tech_transceiver_component_pkg.vhd b/libraries/technology/transceiver/tech_transceiver_component_pkg.vhd
index b7eaa4e8df2481c3999b1fc77f180882bf771a1c..9999fcf4384721a8733fbf4fd7349c6558fe434d 100644
--- a/libraries/technology/transceiver/tech_transceiver_component_pkg.vhd
+++ b/libraries/technology/transceiver/tech_transceiver_component_pkg.vhd
@@ -21,8 +21,9 @@
 
 -- Purpose: IP components declarations for various devices that get wrapped by the tech components
 
-LIBRARY IEEE;
+LIBRARY IEEE, technology_lib;
 USE IEEE.STD_LOGIC_1164.ALL;
+USE technology_lib.technology_pkg.ALL;
 
 PACKAGE tech_transceiver_component_pkg IS