Add missing includes, update readme

This commit is contained in:
Aaron Po
2026-04-11 13:46:35 -04:00
parent bcfde856fe
commit f07d48f810
4 changed files with 5 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ class BiergartenDataGenerator {
/**
* @brief Load locations from JSON and sample cities.
*
* @return Vector of sampled locations capped at 30 entries.
* @return Vector of sampled locations capped at 4 entries.
*/
static std::vector<Location> QueryCitiesWithCountries();