aboutsummaryrefslogtreecommitdiff
path: root/c/win.h
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-08-21 02:04:15 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-08-21 02:04:15 +0200
commit07bde9f8575701bd0db60baf71aca2465361ff64 (patch)
tree4660c1311b9ea9a14b31fa61f67f878857d80ee9 /c/win.h
parentb9573a485baf98e9fb749289b8b9c1f73f70d280 (diff)
downloadEpisodeBrowser-07bde9f8575701bd0db60baf71aca2465361ff64.tar.gz
Reimplement WaitFor.
Diffstat (limited to 'c/win.h')
-rw-r--r--c/win.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/win.h b/c/win.h
index a77362f..93b1416 100644
--- a/c/win.h
+++ b/c/win.h
@@ -2,6 +2,7 @@
#define WIN_H
#include <optional>
+#include <string_view>
#include <windows.h>
/* Run given procedure at creation of next window. */