Skip to content

Commit

Permalink
Add cpp library imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophie Zhang committed Apr 21, 2024
1 parent b54818f commit cc909f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cpp/server/brad_server_simple.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
#pragma once

#include <atomic>
#include <cstdint>
#include <functional>
#include <memory>
#include <string>
#include <vector>

#include <arrow/flight/sql/server.h>
#include "brad_statement.h"
Expand Down
1 change: 1 addition & 0 deletions cpp/server/brad_statement.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <memory>
#include <any>
#include <string>
#include <vector>

#include <arrow/flight/sql/column_metadata.h>
#include <arrow/type_fwd.h>
Expand Down

0 comments on commit cc909f9

Please sign in to comment.