| Index: third_party/agg23/agg_path_storage.cpp
|
| diff --git a/third_party/agg23/agg_path_storage.cpp b/third_party/agg23/agg_path_storage.cpp
|
| index f5c9843e589115cfa444eccd5175de94424b0f0d..b803a1c730e4c7db7b91eae25ed285e62cf17f86 100644
|
| --- a/third_party/agg23/agg_path_storage.cpp
|
| +++ b/third_party/agg23/agg_path_storage.cpp
|
| @@ -22,9 +22,11 @@
|
| // Class path_storage
|
| //
|
| //----------------------------------------------------------------------------
|
| -#include "../../core/include/fxcrt/fx_basic.h"
|
| -#include "agg_path_storage.h"
|
| +
|
| #include "agg_math.h"
|
| +#include "agg_path_storage.h"
|
| +#include "core/include/fxcrt/fx_basic.h"
|
| +
|
| namespace agg
|
| {
|
| path_storage::~path_storage()
|
|
|