Skip to content

Commit

Permalink
Merge pull request #9092 from Icinga/bugfix/non-unity-build
Browse files Browse the repository at this point in the history
Add missing include to fix non-unity builds
  • Loading branch information
julianbrost committed Nov 19, 2021
2 parents 16d1ddb + 2ad0a4b commit 8cde21d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/icinga/usergroup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include "icinga/usergroup.hpp"
#include "icinga/usergroup-ti.cpp"
#include "icinga/notification.hpp"
#include "config/objectrule.hpp"
#include "config/configitem.hpp"
#include "base/configtype.hpp"
Expand Down

0 comments on commit 8cde21d

Please sign in to comment.