Kaydet (Commit) a0eb1be3 authored tarafından Michael Stahl's avatar Michael Stahl

mysqlc: fix build after cppuhelper header cleanup

Change-Id: I8d331914736e17d5aad2ee761fc6d758c2dea1ad
üst a55adb16
......@@ -33,6 +33,7 @@
#include <com/sun/star/sdbc/XDriver.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <cppuhelper/compbase2.hxx>
#include <cppconn/driver.h>
......
......@@ -37,6 +37,7 @@
#include <cppconn/exception.h>
#include <cppconn/statement.h>
#include <cppuhelper/typeprovider.hxx>
#include <cppuhelper/queryinterface.hxx>
#include <osl/diagnose.h>
#include <osl/thread.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment