Skip to content

Commit

Permalink
Merge pull request #110 from godaddy/AsyncAwait
Browse files Browse the repository at this point in the history
Add missing headers
  • Loading branch information
jgowdy-godaddy authored May 11, 2024
2 parents 4575c3e + b467876 commit c87667e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/logging.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#define LOGGING_H
#include <sstream> // std::ostringstream
#include <string> // std::string
#include <cstdint> // int32_t
#include <cstddef> // size_t

class Logger {
public:
Expand Down

0 comments on commit c87667e

Please sign in to comment.