diff options
Diffstat (limited to '')
-rw-r--r-- | src/StickerCommands.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/StickerCommands.cxx b/src/StickerCommands.cxx index a4f83a583..dfb92df38 100644 --- a/src/StickerCommands.cxx +++ b/src/StickerCommands.cxx @@ -23,6 +23,7 @@ #include "DatabaseLock.hxx" #include "DatabasePlugin.hxx" #include "DatabaseGlue.hxx" +#include "DatabaseSimple.hxx" #include "SongSticker.hxx" #include "StickerPrint.hxx" #include "StickerDatabase.hxx" @@ -30,7 +31,6 @@ extern "C" { #include "protocol/result.h" -#include "database.h" } #include <string.h> |