Skip to content

Commit

Permalink
fix cmake compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
mehah committed Oct 19, 2024
1 parent 4192ade commit f02bd7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/client/uieffect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
*/

#include "uieffect.h"
#include "lightview.h"

UIEffect::UIEffect() { setProp(PropDraggable, true, false); }

Expand Down
3 changes: 2 additions & 1 deletion src/client/uimissile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
* THE SOFTWARE.
*/

#include "UIMissile.h"
#include "uimissile.h"
#include "lightview.h"

UIMissile::UIMissile() { setProp(PropDraggable, true, false); }

Expand Down

0 comments on commit f02bd7e

Please sign in to comment.