Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Fix lua stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
OFFTKP committed Oct 31, 2023
1 parent e16c605 commit 7aece15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qt/mainwindow.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
#include <QThread>
#include <QTimer>
#include <settings.hxx>
#ifndef HYDRA_USE_LUA
#include <sol/sol.hpp>
#endif
#include <stb_image_write.h>
#include <str_hash.hxx>
#include <update.hxx>
Expand Down

0 comments on commit 7aece15

Please sign in to comment.