From 15a272e982e71e8d1d06dd3aea6b07916e6ce404 Mon Sep 17 00:00:00 2001 From: tomato5040 <83554828+tomato5040@users.noreply.github.com> Date: Thu, 13 May 2021 14:25:23 -0500 Subject: [PATCH] Update main.cpp --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 016363f..8146180 100644 --- a/main.cpp +++ b/main.cpp @@ -3,7 +3,7 @@ #include "src/page.h" -#include "ext/crow/crow.h" +#include "ext/crow_all.h" #include "src/CmdLineOptions.h" #include "src/MicroCore.h"