summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
-rw-r--r--src/translators/pilotdb/libpalm/Block.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 72ff2a2..1768a24 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -122,7 +122,7 @@ KDE_OPTIONS = noautodist
CLEANFILES = *~ *.loT
# the library search path.
-tellico_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
+tellico_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor $(LIB_KPARTS)
uidir = $(kde_datadir)/tellico
ui_DATA = tellicoui.rc
diff --git a/src/translators/pilotdb/libpalm/Block.h b/src/translators/pilotdb/libpalm/Block.h
index 6ed6069..33f507c 100644
--- a/src/translators/pilotdb/libpalm/Block.h
+++ b/src/translators/pilotdb/libpalm/Block.h
@@ -11,6 +11,7 @@
#ifndef __PALMLIB_BLOCK_H__
#define __PALMLIB_BLOCK_H__
+#include <cstddef>
#include <algorithm>
#include <iterator>