summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2016-09-24 14:45:04 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2016-09-24 14:45:04 +0100
commita18975f8915c55a4ed7ceca93b85e472a1703bb9 (patch)
tree172408d2574cf257ed79a2d96e1b870bda17e5d0
parentAllow control of --dll-export and --ice (diff)
downloadp2pvr-a18975f8915c55a4ed7ceca93b85e472a1703bb9.tar.bz2
p2pvr-a18975f8915c55a4ed7ceca93b85e472a1703bb9.tar.xz
p2pvr-a18975f8915c55a4ed7ceca93b85e472a1703bb9.zip
Slicer 1.4 compatibility fixp2pvr-0.1.5
-rw-r--r--p2pvr/daemon/si.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/p2pvr/daemon/si.cpp b/p2pvr/daemon/si.cpp
index d511c47..bff86fb 100644
--- a/p2pvr/daemon/si.cpp
+++ b/p2pvr/daemon/si.cpp
@@ -2,7 +2,8 @@
#include "si.h"
#include "resources.h"
#include <slicer/db/sqlSelectDeserializer.h>
-#include <slicer/db/exceptions.h>
+#include <slicer/common.h>
+#include <slicer/db/sqlExceptions.h>
#include "commonHelpers.h"
#include <slicer/slicer.h>
#include <logger.h>