Fix build fail issue for gcc13 61/303161/1
authorChanggyu Choi <changyu.choi@samsung.com>
Thu, 21 Dec 2023 01:15:51 +0000 (10:15 +0900)
committerChanggyu Choi <changyu.choi@samsung.com>
Thu, 21 Dec 2023 01:15:51 +0000 (10:15 +0900)
Change-Id: If85456e7b588255c95b0d3315859bef0be9b1487
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
src/lib/launchpad-common/cpu_boost_controller.cc

index 615adbd..bfe0671 100644 (file)
@@ -18,6 +18,7 @@
 
 #include <cpu-boosting.h>
 
+#include <cstdlib>
 #include <memory>
 
 #include "launchpad-common/log_private.hh"