[test] Add a missing header in mock_mlagent.h
authorYongjoo Ahn <yongjoo1.ahn@samsung.com>
Fri, 5 Jan 2024 08:41:38 +0000 (17:41 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 10 Jan 2024 06:27:13 +0000 (15:27 +0900)
- Add a missing header <utility> in mock_mlagent.h
- It declares `std::exchange`

Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
tests/unittest_mlagent/mock_mlagent.h

index da043bd..ed69163 100644 (file)
@@ -15,6 +15,7 @@
 
 #include <unordered_map>
 #include <vector>
+#include <utility>
 
 struct MockModel;