Skip to content

Commit

Permalink
Merge pull request #32280 from vespa-engine/toregge/include-cstddef-t…
Browse files Browse the repository at this point in the history
…o-get-declaration-of-size_t-in-searchlib-hnsw-test-node

Include cstddef to get declaration of size_t.
  • Loading branch information
toregge authored Aug 27, 2024
2 parents 930cf6b + e46856e commit deda0b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions searchlib/src/vespa/searchlib/tensor/hnsw_test_node.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#pragma once

#include <cstddef>
#include <cstdint>
#include <vector>

Expand Down

0 comments on commit deda0b8

Please sign in to comment.