Fix windows compilation

This commit is contained in:
dP
2020-07-21 21:25:00 +03:00
parent 224e16a6c3
commit 268145c797
2 changed files with 2 additions and 1 deletions

View File

@@ -91,6 +91,7 @@ This is usable for any OpenTTD servers
- Center text and icons in the status bar vertically.
- Shaded trees.
- Add APM counter to the status bar.
- Added cmtreemap console command to plant trees according to a heightmap image (scenario editor only).
*** 1.10.2 (5 Jun 2020) ***
- Add new minimap mode showing industries, height and farms at the same time.

View File

@@ -29,7 +29,7 @@
#include <condition_variable>
#include <algorithm>
#include "../../citymania/cm_hotkeys.hpp"
#include "../citymania/cm_hotkeys.hpp"
#include "../safeguards.h"