summaryrefslogtreecommitdiffstats
path: root/ui/gfx/size_f.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gfx/size_f.h')
-rw-r--r--ui/gfx/size_f.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/gfx/size_f.h b/ui/gfx/size_f.h
index b522da8..3a04d19 100644
--- a/ui/gfx/size_f.h
+++ b/ui/gfx/size_f.h
@@ -26,6 +26,10 @@ class UI_EXPORT SizeF : public SizeBase<SizeF, float> {
std::string ToString() const;
};
+#if !defined(COMPILER_MSVC)
+extern template class SizeBase<SizeF, float>;
+#endif
+
} // namespace gfx
#endif // UI_GFX_SIZE_F_H_