diff options
Diffstat (limited to 'c/win.h')
-rw-r--r-- | c/win.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ #define WIN_H #include <optional> +#include <string_view> #include <windows.h> /* Run given procedure at creation of next window. */ |