Skip to content

Commit

Permalink
Add missing include on cstdint to database_impl.hpp (#124)
Browse files Browse the repository at this point in the history
It won't build on Musl without it due to not knowing about int64_t

Co-authored-by: Bart Ribbers <bribbers@disroot.org>
  • Loading branch information
mr-smidge and PureTryOut authored May 26, 2024
1 parent b084d9a commit 62032d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/djinterop/impl/database_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

#pragma once

#include <cstdint>
#include <optional>
#include <string>
#include <vector>
Expand Down

0 comments on commit 62032d0

Please sign in to comment.