« Return to Thread: compilation fixes

compilation fixes

by Sandor Bodo-Merle :: Rate this Message:

Reply to Author | View in Thread

This is needed to compile current HEAD.

---
 src/controller.cpp      |    2 +-
 src/entrycomparison.cpp |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/controller.cpp b/src/controller.cpp
index 5fc7264..b9779e7 100644
--- a/src/controller.cpp
+++ b/src/controller.cpp
@@ -29,7 +29,7 @@
 #include "borrower.h"
 #include "filterview.h"
 #include "loanview.h"
-#include "calendarhandler.h"
+#include "utils/calendarhandler.h"
 #include "tellico_debug.h"
 #include "groupiterator.h"
 #include "entryupdater.h"
diff --git a/src/entrycomparison.cpp b/src/entrycomparison.cpp
index 5332061..b39454b 100644
--- a/src/entrycomparison.cpp
+++ b/src/entrycomparison.cpp
@@ -16,8 +16,8 @@
 #include "field.h"
 #include "fieldformat.h"
 #include "collection.h"
-#include "isbnvalidator.h"
-#include "lccnvalidator.h"
+#include "utils/isbnvalidator.h"
+#include "utils/lccnvalidator.h"

 using Tellico::EntryComparison;

--


_______________________________________________
tellico-users mailing list
tellico-users@...
http://forge.novell.com/mailman/listinfo/tellico-users

 « Return to Thread: compilation fixes