connectivity/source/drivers/evoab2/NStatement.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d2dc5b389ccf1c51975960660cb8f6ad4a6f928c
Author:     Julien Nabet <serval2...@yahoo.fr>
AuthorDate: Sun Sep 27 19:55:37 2020 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Sep 29 21:18:04 2020 +0200

    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 <serval2...@yahoo.fr>

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
 {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to