uspgamedev / luasteam

Bindings to connect lua with Steam API
https://luasteam.readthedocs.io/en/stable/
MIT License
129 stars 23 forks source link

Add missing import to fix build #20

Closed GeorgeA93 closed 3 years ago

GeorgeA93 commented 3 years ago

This import was missing when we added the ISteamApps implementation. Adding it fixes the currently failing build.

I have tested this locally with linux64, but don't have the ability to test on other OS'es.

GeorgeA93 commented 3 years ago

@yancouto think this was the issue

yancouto commented 3 years ago

Thanks, it fixed it! Testing on a single OS is always fine, differences are very unlikely.