From 1c62054a42cf0759148501a36c541de5d5769d32 Mon Sep 17 00:00:00 2001 From: tsepez Date: Mon, 12 Sep 2016 09:47:52 -0700 Subject: Make CFX_Obeservable::Observer into a pointer-ish type; This may be a better design because it avoids having a level of indirection that the Observer required. Review-Url: https://codereview.chromium.org/2326763002 --- third_party/base/stl_util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'third_party/base') diff --git a/third_party/base/stl_util.h b/third_party/base/stl_util.h index ccf3c09073..0bf442c316 100644 --- a/third_party/base/stl_util.h +++ b/third_party/base/stl_util.h @@ -6,6 +6,7 @@ #define PDFIUM_THIRD_PARTY_BASE_STL_UTIL_H_ #include +#include #include #include "third_party/base/numerics/safe_conversions.h" -- cgit v1.2.3