summaryrefslogtreecommitdiff
path: root/protocols/Steam/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-12-29 12:58:27 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-12-29 12:58:27 +0300
commitf98fe1465694e5899d00bfb8814a5578b144d7c1 (patch)
tree064ca05f47bdfdae79a6a60a5056ec9e9bc061df /protocols/Steam/src/stdafx.h
parent8771dda88d2ea3ac304414c8c4d4232ab7beedc1 (diff)
Steam: application info parser
Diffstat (limited to 'protocols/Steam/src/stdafx.h')
-rw-r--r--protocols/Steam/src/stdafx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Steam/src/stdafx.h b/protocols/Steam/src/stdafx.h
index 48b7ac38d1..a966f38da0 100644
--- a/protocols/Steam/src/stdafx.h
+++ b/protocols/Steam/src/stdafx.h
@@ -7,6 +7,7 @@
#include <time.h>
#include <map>
+#include <regex>
#include <vector>
#include <string>
#include <algorithm>