Skip to content

Commit

Permalink
fix: compile error bug (#411)
Browse files Browse the repository at this point in the history
* Fix compile error bug

* Update pstd_hash.cc

---------

Co-authored-by: Wen Yi <wen-yi@qq.com>
Co-authored-by: Xin.Zh <alexstocks@foxmail.com>
  • Loading branch information
3 people authored Aug 10, 2024
1 parent b3be839 commit b954374
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pstd/pstd_hash.cc
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@
// of patent rights can be found in the PATENTS file in the same directory.

#include "pstd_hash.h"

#include <cstdint>
#include <cstdio>
#include <cstring>

Expand Down

0 comments on commit b954374

Please sign in to comment.