diff options
author | Mike Reed <reed@google.com> | 2017-08-06 22:29:57 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2017-08-07 02:49:29 +0000 |
commit | 35ee0e09b4966bd087147e2c9b4c3177e9737d3b (patch) | |
tree | ed5b262a1dd16a47c0bb6f000635ba2fdb1cd9cb /include/utils | |
parent | b2a5973d0248bcf810ce7f1a6f93a209af7a0348 (diff) |
clean up useage of SkFloatBits
Bug: skia:
Change-Id: I6d3a0019f2fcf11feca69123e4ce6eb35de43613
Reviewed-on: https://skia-review.googlesource.com/31222
Commit-Queue: Mike Reed <reed@google.com>
Reviewed-by: Florin Malita <fmalita@chromium.org>
Diffstat (limited to 'include/utils')
-rw-r--r-- | include/utils/SkRandom.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/utils/SkRandom.h b/include/utils/SkRandom.h index 7b5663118c..aec9940262 100644 --- a/include/utils/SkRandom.h +++ b/include/utils/SkRandom.h @@ -9,6 +9,7 @@ #define SkRandom_DEFINED #include "../private/SkFixed.h" +#include "../private/SkFloatBits.h" #include "SkScalar.h" /** \class SkRandom |