Skip to content

Commit

Permalink
fix issue#1597: add rocksdb dependency to pstd (OpenAtomFoundation#1599)
Browse files Browse the repository at this point in the history
* fix g++15 compile failure

* add rocksdb dependency to pstd

---------

Co-authored-by: J1senn <[email protected]>
  • Loading branch information
2 people authored and lqxhub committed Jul 2, 2023
1 parent b14c3fd commit d110dc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pstd/src/pstd_string.cc
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
#include <cstdlib>
#include <cstring>
#include <sstream>
#include <cstdint>

#include <algorithm>

Expand Down

0 comments on commit d110dc6

Please sign in to comment.