Skip to content

Commit

Permalink
e
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed Sep 19, 2024
1 parent 5c5cb55 commit 408a146
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pkg_check_modules(
gbm
hyprlang>=0.2.0
hyprutils
hyprwayland-scanner>=0.4.0)
hyprwayland-scanner>=0.4.1)

# check whether we can find sdbus-c++ through pkg-config
pkg_check_modules(SDBUS IMPORTED_TARGET sdbus-c++)
Expand Down
6 changes: 6 additions & 0 deletions src/includes.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#pragma once

#include <hyprutils/memory/WeakPtr.hpp>
using namespace Hyprutils::Memory;
#define SP CSharedPointer
#define WP CWeakPointer

0 comments on commit 408a146

Please sign in to comment.