Skip to content

Commit efe1495

Browse files
committed
Added string library (possibly redundant, but used in code)
1 parent 8f6be33 commit efe1495

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/windows.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include <cmath>
55
#include <cstdint>
66
#include <iostream>
7+
#include <string>
78

89
typedef int(__stdcall *lp_GetScaleFactorForMonitor)(HMONITOR,
910
DEVICE_SCALE_FACTOR *);

0 commit comments

Comments
 (0)