From 86479943734b9c910b7a11735f06dea604fc8779 Mon Sep 17 00:00:00 2001 From: Dewey Dunnington Date: Tue, 30 Jan 2024 21:02:16 -0400 Subject: [PATCH] fix include --- c/driver/postgresql/copy/postgres_copy_test_common.h | 1 - 1 file changed, 1 deletion(-) diff --git a/c/driver/postgresql/copy/postgres_copy_test_common.h b/c/driver/postgresql/copy/postgres_copy_test_common.h index 60c981f05d..02d57faef7 100644 --- a/c/driver/postgresql/copy/postgres_copy_test_common.h +++ b/c/driver/postgresql/copy/postgres_copy_test_common.h @@ -17,7 +17,6 @@ #pragma once -#include <_types/_uint8_t.h> #include namespace adbcpq {