Skip to content

Commit

Permalink
fix: make few transitively required includes explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
OpatrilPeter committed Oct 21, 2024
1 parent 42bdcaf commit a4b28d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/superior_mysqlpp/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#pragma once

#include <cstdint>
#include <string>

#include <superior_mysqlpp/types/optional.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#pragma once


#include <algorithm>
#include <chrono>
#include <thread>
#include <cassert>
Expand Down

0 comments on commit a4b28d8

Please sign in to comment.