summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-10-15 21:33:32 -0400
committerGitHub <noreply@github.com>2018-10-15 21:33:32 -0400
commit548958bcafa572fdfbb147b1bd590c02f9bb4b40 (patch)
tree0e6b51ffb96eeaa0873b5f47994aaf0959925bc4 /src/common
parent870c18b0786296f30e79c21ad7213e90109eb299 (diff)
parent28ec921d0d49957c067783d1e21d18734c17c67d (diff)
Merge pull request #1473 from lioncash/cmake
web_service: Make linkage of web_service-related externals and the library private
Diffstat (limited to 'src/common')
-rw-r--r--src/common/web_result.h1
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 {