Skip to content

Commit 03a8bfb

Browse files
committed
Fix includes
1 parent e93592d commit 03a8bfb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/fheroes2/dialog/dialog_resolution.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@
2020

2121
#include "dialog_resolution.h"
2222

23+
#include <cfloat>
2324
#include <cstddef>
2425
#include <cstdint>
25-
#include <numeric>
26+
#include <cstdlib>
2627
#include <string>
2728
#include <utility>
2829
#include <vector>
@@ -36,6 +37,7 @@
3637
#include "image.h"
3738
#include "interface_list.h"
3839
#include "localevent.h"
40+
#include "math.h"
3941
#include "math_base.h"
4042
#include "screen.h"
4143
#include "translations.h"

0 commit comments

Comments
 (0)