Skip to content

Commit

Permalink
include what you use
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Aug 9, 2024
1 parent b55f228 commit dcb3d6c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions c/driver/postgresql/result_reader.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@

#include "result_reader.h"

#include <memory>
#include <utility>

#include "copy/reader.h"
#include "driver/common/utils.h"

Expand Down
5 changes: 5 additions & 0 deletions c/driver/postgresql/result_reader.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@

#pragma once

#include <memory>
#include <string>
#include <utility>
#include <vector>

#include <libpq-fe.h>

#include "copy/reader.h"
Expand Down

0 comments on commit dcb3d6c

Please sign in to comment.