summaryrefslogtreecommitdiff
path: root/cli/main.cpp
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2025-07-29 22:34:54 +0200
committerEugen Wissner <belka@caraus.de>2025-07-29 22:37:12 +0200
commitc1367e494e195999fc3e868ca16df2037ac6899a (patch)
treeebe9e928120c32bbde7496960d4b1935d8411942 /cli/main.cpp
parent692edeb8e156f842433cd32236d960223ded4ab0 (diff)
downloadkatja-c1367e494e195999fc3e868ca16df2037ac6899a.tar.gz
Enable C++20 and use cmake 4
Diffstat (limited to 'cli/main.cpp')
-rw-r--r--cli/main.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/cli/main.cpp b/cli/main.cpp
index ca7a8c5..d0bf8b7 100644
--- a/cli/main.cpp
+++ b/cli/main.cpp
@@ -7,11 +7,13 @@
#include <ftxui/component/screen_interactive.hpp>
#include <ftxui/dom/elements.hpp>
+#include <ftxui/component/component.hpp>
#include <toml.hpp>
#include "katja/sbo.hpp"
#include "katja/database.hpp"
-#include "page.hpp"
+
+import page;
int main(int argc, const char **argv)
{