diff --git a/source/RobotAPI/libraries/armem/CMakeLists.txt b/source/RobotAPI/libraries/armem/CMakeLists.txt
index b8442bdf0f1403caf899757976a230aa6a97e235..a374c1ac1540763305b5000cc71ec9fe6cec4435 100644
--- a/source/RobotAPI/libraries/armem/CMakeLists.txt
+++ b/source/RobotAPI/libraries/armem/CMakeLists.txt
@@ -26,6 +26,7 @@ set(LIBS
 set(LIB_FILES
     core/Commit.cpp
     core/MemoryID.cpp
+    core/MemoryID_operators.cpp
     core/SuccessHeader.cpp
     core/Time.cpp
     core/ice_conversions.cpp
@@ -127,6 +128,7 @@ set(LIB_HEADERS
     core/Commit.h
     core/DataMode.h
     core/MemoryID.h
+    core/MemoryID_operators.h
     core/SuccessHeader.h
     core/Time.h
     core/aron_conversions.h