diff options
Diffstat (limited to 'third_party/agg23/agg_basics.h')
-rw-r--r-- | third_party/agg23/agg_basics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/agg23/agg_basics.h b/third_party/agg23/agg_basics.h index 752560bede..f3dc43cc08 100644 --- a/third_party/agg23/agg_basics.h +++ b/third_party/agg23/agg_basics.h @@ -41,7 +41,7 @@ #endif #define AGG_INLINE inline -#include "core/include/fxcrt/fx_system.h" // For FX_FLOAT +#include "core/fxcrt/include/fx_system.h" // For FX_FLOAT namespace agg { |