diff options
Diffstat (limited to '')
-rw-r--r-- | src/common/web_result.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/web_result.h b/src/common/web_result.h index 969926674..8bfa2141d 100644 --- a/src/common/web_result.h +++ b/src/common/web_result.h @@ -5,6 +5,7 @@ #pragma once #include <string> +#include "common/common_types.h" namespace Common { struct WebResult { |