diff --git a/src/postgres/interface.h b/src/postgres/interface.h index f07fc83b7..54f55a68a 100644 --- a/src/postgres/interface.h +++ b/src/postgres/interface.h @@ -7,6 +7,7 @@ PostgreSQL Interface #include #include +#include "common/debug.h" #include "common/type/string.h" #include "storage/storage.h"