0008-remoting-codec-fix-missing-cmath-header.patch 697 B

12345678910111213141516171819202122232425
  1. From 5a9eff06278e30dd09775f4cbed32c2c693bd9c5 Mon Sep 17 00:00:00 2001
  2. From: Rebecca Chang Swee Fun <rebecca.chang@starfivetech.com>
  3. Date: Thu, 13 Jan 2022 09:48:12 +0000
  4. Subject: [PATCH 08/22] remoting: codec: fix missing cmath header
  5. Signed-off-by: Rebecca Chang Swee Fun <rebecca.chang@starfivetech.com>
  6. ---
  7. remoting/codec/codec_test.cc | 1 +
  8. 1 file changed, 1 insertion(+)
  9. diff --git a/remoting/codec/codec_test.cc b/remoting/codec/codec_test.cc
  10. index 55b9aa77c8e07..9923ba7bdef78 100644
  11. --- a/remoting/codec/codec_test.cc
  12. +++ b/remoting/codec/codec_test.cc
  13. @@ -8,6 +8,7 @@
  14. #include <stdint.h>
  15. #include <stdlib.h>
  16. +#include <cmath>
  17. #include <memory>
  18. #include <utility>
  19. --
  20. 2.25.1