diff options
author | George Hazan <george.hazan@gmail.com> | 2024-12-29 12:58:27 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-12-29 12:58:27 +0300 |
commit | f98fe1465694e5899d00bfb8814a5578b144d7c1 (patch) | |
tree | 064ca05f47bdfdae79a6a60a5056ec9e9bc061df /protocols/Steam/src/stdafx.h | |
parent | 8771dda88d2ea3ac304414c8c4d4232ab7beedc1 (diff) |
Steam: application info parser
Diffstat (limited to 'protocols/Steam/src/stdafx.h')
-rw-r--r-- | protocols/Steam/src/stdafx.h | 1 |
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>
|