Skip to content
Snippets Groups Projects
Commit 9d6a291d authored by Christian Kandeler's avatar Christian Kandeler
Browse files

Sqlite: Add missing includes.


Change-Id: I5f458f297c8bb1b4cd33655ffe30129c04f6b562
Reviewed-by: default avatarNikolai Kosjar <nikolai.kosjar@theqtcompany.com>
parent 45778539
No related branches found
Tags v1.11
No related merge requests found
......@@ -38,6 +38,8 @@
#include <QDebug>
#ifdef Q_OS_LINUX
#include <cerrno>
#include <cstring>
#include <sys/resource.h>
#include <sys/syscall.h>
#include <sys/types.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment