summaryrefslogtreecommitdiff
path: root/src/context/context_mm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/context/context_mm.h')
-rw-r--r--src/context/context_mm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/context/context_mm.h b/src/context/context_mm.h
index 71f7041c7..56ef7ab59 100644
--- a/src/context/context_mm.h
+++ b/src/context/context_mm.h
@@ -150,7 +150,7 @@ class ContextMemoryAllocator {
public:
typedef size_t size_type;
- typedef ptrdiff_t difference_type;
+ typedef std::ptrdiff_t difference_type;
typedef T* pointer;
typedef T const* const_pointer;
typedef T& reference;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback