From e13faff2d7d5d7c38d4b3bc1764956c9db1d7c9f Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sun, 8 Sep 2019 00:36:32 +0200 Subject: [PATCH] Add missing include for assert --- src/core/database.cpp | 1 + src/core/tagreaderclient.cpp | 1 + src/device/filesystemdevice.cpp | 2 ++ 3 files changed, 4 insertions(+) diff --git a/src/core/database.cpp b/src/core/database.cpp index 87febd775..408c67a38 100644 --- a/src/core/database.cpp +++ b/src/core/database.cpp @@ -20,6 +20,7 @@ #include "config.h" +#include #include #include diff --git a/src/core/tagreaderclient.cpp b/src/core/tagreaderclient.cpp index 4c41d41a9..2908f29f8 100644 --- a/src/core/tagreaderclient.cpp +++ b/src/core/tagreaderclient.cpp @@ -21,6 +21,7 @@ #include "config.h" #include +#include #include #include diff --git a/src/device/filesystemdevice.cpp b/src/device/filesystemdevice.cpp index 163859269..1fba063df 100644 --- a/src/device/filesystemdevice.cpp +++ b/src/device/filesystemdevice.cpp @@ -20,6 +20,8 @@ #include "config.h" +#include + #include #include #include