summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2020-09-27 19:55:37 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-09-29 21:18:04 +0200
commitd2dc5b389ccf1c51975960660cb8f6ad4a6f928c (patch)
tree6ca2a01aebf2a81fe2207acfaab15deda06c2947 /connectivity
parent5d899bf3ee59a226f855c8c56389344862efaa95 (diff)
Replace include list by vector
since vector is used with: line 59: typedef std::vector< FieldSort > SortDescriptor; Change-Id: If6b6bfe4d4a162f5993522cf72fedb5da89e8457 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103518 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/evoab2/NStatement.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/evoab2/NStatement.hxx b/connectivity/source/drivers/evoab2/NStatement.hxx
index 835b177ae03f..a5d739eb14a1 100644
--- a/connectivity/source/drivers/evoab2/NStatement.hxx
+++ b/connectivity/source/drivers/evoab2/NStatement.hxx
@@ -41,7 +41,7 @@
#include "EApi.h"
#include "NConnection.hxx"
-#include <list>
+#include <vector>
namespace connectivity::evoab
{