Skip to content

Commit

Permalink
fix: add missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
karenc-bq committed Jan 13, 2025
1 parent 9889f4b commit 07f6b7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions driver/cache_map.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#ifndef __CACHE_MAP__
#define __CACHE_MAP__

#include <atomic>
#include <chrono>
#include <memory>
#include <unordered_map>
Expand Down
4 changes: 4 additions & 0 deletions driver/custom_endpoint_monitor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
#include "custom_endpoint_monitor.h"

#include <aws/core/auth/AWSCredentialsProviderChain.h>
#include <aws/rds/model/DBClusterEndpoint.h>
#include <aws/rds/model/DescribeDBClusterEndpointsRequest.h>
#include <aws/rds/model/Filter.h>
#include <vector>

#include "allowed_and_blocked_hosts.h"
#include "aws_sdk_helper.h"
Expand Down

0 comments on commit 07f6b7d

Please sign in to comment.