Skip to content

Commit

Permalink
Add missing include for sk_malloc_throw (flutter#4516)
Browse files Browse the repository at this point in the history
SkTypes.h no longer includes SkMalloc.h
  • Loading branch information
brianosman authored Jan 4, 2018
1 parent f6ea8f3 commit c4141ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sky/engine/platform/SharedBuffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#include "flutter/sky/engine/public/platform/Platform.h"
#include "flutter/sky/engine/wtf/unicode/UTF8.h"
#include "flutter/sky/engine/wtf/unicode/Unicode.h"
#include "third_party/skia/include/private/SkMalloc.h"

#undef SHARED_BUFFER_STATS

Expand Down

0 comments on commit c4141ff

Please sign in to comment.