diff options
Diffstat (limited to 'connectivity/source/inc/TSkipDeletedSet.hxx')
-rw-r--r-- | connectivity/source/inc/TSkipDeletedSet.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/inc/TSkipDeletedSet.hxx b/connectivity/source/inc/TSkipDeletedSet.hxx index 206a5b8f0926..98ba098efb51 100644 --- a/connectivity/source/inc/TSkipDeletedSet.hxx +++ b/connectivity/source/inc/TSkipDeletedSet.hxx @@ -21,7 +21,7 @@ #include "TResultSetHelper.hxx" #include <rtl/alloc.h> -#include <boost/unordered_map.hpp> +#include <unordered_map> #include <vector> #include <connectivity/dbtoolsdllapi.hxx> |