Skip to content

Commit

Permalink
Add missing import to fix build
Browse files Browse the repository at this point in the history
This import was missing when we added the ISteamApps implementation.
Adding it fixes the currently failing build.
  • Loading branch information
GeorgeA93 authored and yancouto committed Apr 12, 2021
1 parent 8f88fd4 commit 2328fc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include "friends.hpp"
#include "user_stats.hpp"
#include "utils.hpp"
#include "apps.hpp"

// ========================
// ======= SteamAPI =======
Expand Down

0 comments on commit 2328fc8

Please sign in to comment.