From eda7c30fc1bb7603c4b647c98173fffffb8376a5 Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Sat, 10 May 2025 12:59:59 -0400 Subject: [PATCH] Shader now works. --- gui.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/gui.cpp b/gui.cpp index 8f51b4e..dc6fa92 100644 --- a/gui.cpp +++ b/gui.cpp @@ -15,6 +15,7 @@ #include "shaders.hpp" #include "constants.hpp" #include "backend.hpp" +#include "dbc.hpp" using std::string, std::vector;