aboutsummaryrefslogtreecommitdiff
path: root/third_party/agg23/agg_vcgen_stroke.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/agg23/agg_vcgen_stroke.h')
-rw-r--r--third_party/agg23/agg_vcgen_stroke.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/agg23/agg_vcgen_stroke.h b/third_party/agg23/agg_vcgen_stroke.h
index 23142d37f..ed9bb416f 100644
--- a/third_party/agg23/agg_vcgen_stroke.h
+++ b/third_party/agg23/agg_vcgen_stroke.h
@@ -16,6 +16,8 @@
#ifndef AGG_VCGEN_STROKE_INCLUDED
#define AGG_VCGEN_STROKE_INCLUDED
#include "agg_math_stroke.h"
+namespace pdfium
+{
namespace agg
{
class vcgen_stroke
@@ -117,4 +119,5 @@ private:
unsigned m_out_vertex;
};
}
+} // namespace pdfium
#endif