aboutsummaryrefslogtreecommitdiff
path: root/c/data.h
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-08-17 14:11:07 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-08-17 14:11:07 +0200
commit1d041ad5b123e4ecbe69dfa621349f6be9b933d6 (patch)
tree8cdbbefa04773f7fec43a3b6ff1a80063e9b4dee /c/data.h
parent2e8afa446f2444a8be5e6180bf90cfa48b6e02f0 (diff)
downloadEpisodeBrowser-1d041ad5b123e4ecbe69dfa621349f6be9b933d6.tar.gz
Minor cleanup.
Diffstat (limited to 'c/data.h')
-rw-r--r--c/data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/data.h b/c/data.h
index dd443b9..c799e52 100644
--- a/c/data.h
+++ b/c/data.h
@@ -2,6 +2,7 @@
#define DATA_H
#include <stdexcept>
+#include <windows.h>
#include "pl.h"
#include "util.h"