Skip to content

Commit

Permalink
lastrequest.inc: Added cstrike include
Browse files Browse the repository at this point in the history
  • Loading branch information
azalty committed Jul 18, 2023
1 parent b30b4cb commit 574994a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions addons/sourcemod/scripting/include/lastrequest.inc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
#endif
#define _LastRequest_Included_

// Include cstrike if not included yet. Needed for some constants present in this file.
#include <cstrike>

// Custom types
#define LR_Number 18

Expand Down

0 comments on commit 574994a

Please sign in to comment.