diff options
Diffstat (limited to 'third_party/agg23/agg_vcgen_stroke.cpp')
-rw-r--r-- | third_party/agg23/agg_vcgen_stroke.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/third_party/agg23/agg_vcgen_stroke.cpp b/third_party/agg23/agg_vcgen_stroke.cpp index 9b8cb66fd9..ef8bc27864 100644 --- a/third_party/agg23/agg_vcgen_stroke.cpp +++ b/third_party/agg23/agg_vcgen_stroke.cpp @@ -22,8 +22,10 @@ // Stroke generator // //---------------------------------------------------------------------------- -#include "../../core/include/fxcrt/fx_basic.h" + #include "agg_vcgen_stroke.h" +#include "core/include/fxcrt/fx_basic.h" + namespace agg { |