diff --git a/plugin/cpp/networkplugin.cpp b/plugin/cpp/networkplugin.cpp index 978d3e56..8149c6f5 100644 --- a/plugin/cpp/networkplugin.cpp +++ b/plugin/cpp/networkplugin.cpp @@ -18,9 +18,9 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ -#include "transport/networkplugin.h" -#include "transport/memoryusage.h" -#include "transport/logging.h" +#include "transport/NetworkPlugin.h" +#include "transport/MemoryUsage.h" +#include "transport/Logging.h" #include diff --git a/spectrum/src/main.cpp b/spectrum/src/main.cpp index bc4790b1..a5303e25 100644 --- a/spectrum/src/main.cpp +++ b/spectrum/src/main.cpp @@ -5,6 +5,7 @@ #include "transport/SQLite3Backend.h" #include "transport/MySQLBackend.h" #include "transport/PQXXBackend.h" +#include "transport/StorageBackend.h" #include "transport/UserRegistration.h" #include "transport/UserRegistry.h" #include "transport/NetworkPluginServer.h"