You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just added a new Visual Studio 2022 solution (1c0654f) together with a detailed guide for Windows compilation based on @filak's excellent guide above:
Due to a change to uint32_t, TileManager.cc and Watermark.cc are missing a
#include <stdint.h>
to avoid errors when compiling with VS2010.
Found in https://stackoverflow.com/questions/48833976/what-is-uint32-t/48834118
The text was updated successfully, but these errors were encountered: