This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch 9.2.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/9.2.x by this push:
     new 209651a9e Fix compile error with llvm-15 (#9105)
209651a9e is described below

commit 209651a9ea0e224d926730c912310b4adbf37ebc
Author: Masaori Koshiba <[email protected]>
AuthorDate: Tue Sep 27 08:39:58 2022 +0900

    Fix compile error with llvm-15 (#9105)
    
    (cherry picked from commit e26ee17f869968f4df1ebd22e9eb2f7eb774f3c5)
---
 include/tscore/Ptr.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/tscore/Ptr.h b/include/tscore/Ptr.h
index be50b1404..0f221c831 100644
--- a/include/tscore/Ptr.h
+++ b/include/tscore/Ptr.h
@@ -25,6 +25,8 @@
 
 #include "tscore/ink_atomic.h"
 
+#include <cstddef>
+
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
 //////              ATOMIC VERSIONS

Reply via email to