[office/tellico/4.2] src: Fix compilation
Robby Stephenson <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 67d38d546eda8478929d07a274b4322927be3ca5 by Robby Stephenson. Committed on 01/08/2026 at 00:53. Pushed by rstephenson into branch '4.2'. Fix compilation M +1 -0 src/fetchdialog.cpp https://invent.kde.org/office/tellico/-/commit/67d38d546eda8478929d07a274b4322927be3ca5 diff --git a/src/fetchdialog.cpp b/src/fetchdialog.cpp index 2fb63d11b..29b92d077 100644 --- a/src/fetchdialog.cpp +++ b/src/fetchdialog.cpp @@ -32,6 +32,7 @@ #include "entryview.h" #include "utils/isbnvalidator.h" #include "utils/upcvalidator.h" +#include "utils/lccnvalidator.h" #include "tellico_kernel.h" #include "core/filehandler.h" #include "collection.h"