Fixed pool in ODBC bridge

This commit is contained in:
Maksim Kita 2021-04-13 21:52:59 +03:00
parent 0cfe018fd4
commit 98b7274b51

View File

@ -3,7 +3,7 @@
#include <common/logger_useful.h>
#include <nanodbc/nanodbc.h>
#include <mutex>
#include <Common/BorrowedObjectPool.h>
#include <common/BorrowedObjectPool.h>
#include <unordered_map>