summaryrefslogtreecommitdiff
path: root/third_party/agg23/agg_array.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/agg23/agg_array.h')
-rw-r--r--third_party/agg23/agg_array.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/third_party/agg23/agg_array.h b/third_party/agg23/agg_array.h
index 810eb4ef22..a22a5c242a 100644
--- a/third_party/agg23/agg_array.h
+++ b/third_party/agg23/agg_array.h
@@ -15,11 +15,14 @@
//----------------------------------------------------------------------------
#ifndef AGG_ARRAY_INCLUDED
#define AGG_ARRAY_INCLUDED
+
#include "agg_basics.h"
+#include "core/include/fxcrt/fx_memory.h" // For FXSYS_* macros.
+
namespace agg
{
-template<class T> class pod_array
-{
+template <class T>
+class pod_array {
public:
typedef T value_type;
~pod_array()