Skip to content

Commit

Permalink
Add missing #include in AddonInstaller.h
Browse files Browse the repository at this point in the history
  • Loading branch information
garbear committed Feb 11, 2023
1 parent 753a9c6 commit 7c29e04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/addons/AddonInstaller.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

#pragma once

#include "threads/CriticalSection.h"
#include "threads/Event.h"
#include "utils/Job.h"

Expand Down

0 comments on commit 7c29e04

Please sign in to comment.