From 180c326bb713397b307a4e36bee2ad80306c1902 Mon Sep 17 00:00:00 2001 From: Benjamin Doherty Date: Mon, 20 May 2024 11:39:00 -0700 Subject: [PATCH] Include sstream.h in distribution headers --- libs/utils/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/utils/CMakeLists.txt b/libs/utils/CMakeLists.txt index 928e2f3775..72558167b3 100644 --- a/libs/utils/CMakeLists.txt +++ b/libs/utils/CMakeLists.txt @@ -39,6 +39,7 @@ set(DIST_HDRS ${PUBLIC_HDR_DIR}/${TARGET}/Slice.h ${PUBLIC_HDR_DIR}/${TARGET}/StructureOfArrays.h ${PUBLIC_HDR_DIR}/${TARGET}/Systrace.h + ${PUBLIC_HDR_DIR}/${TARGET}/sstream.h ${PUBLIC_HDR_DIR}/${TARGET}/unwindows.h )