Skip to content

Commit 4f17cc2

Browse files
ElektrikAkarclaude
andcommitted
Fix missing #include <cstddef> in clustering_result.hpp
GCC on Linux doesn't transitively include size_t from <vector>. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0f0a089 commit 4f17cc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dtwc/core/clustering_result.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
#pragma once
1313

14+
#include <cstddef>
1415
#include <vector>
1516

1617
namespace dtwc::core {

0 commit comments

Comments
 (0)