fix build for SK_SCALAR_IS_FIXED

git-svn-id: http://skia.googlecode.com/svn/trunk@547 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
reed@android.com 2010-04-13 15:29:15 +00:00
parent fbb02e7e96
commit c846ede6a0
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@
#include "SkFontHost.h"
#include "SkDescriptor.h"
#include "SkEndian.h"
#include "SkFloatingPoint.h"
#include "SkPaint.h"
#include "SkPoint.h"

View File

@ -1,4 +1,5 @@
#include "Test.h"
#include "SkFloatingPoint.h"
#include "SkPoint.h"
#include "SkRandom.h"