summaryrefslogtreecommitdiff
path: root/src/parser.h
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-03-22 21:32:03 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-03-22 21:32:07 -0700
commit01be842b276b0049f53f720b29177a81b3d43273 (patch)
treeebcf3720a69a59a294893462b2fd27b07b3fea10 /src/parser.h
parentbe18e71f5baec16da794b0f006071799fc9a4db0 (diff)
Include references.h in parser.h
Closes #287.
Diffstat (limited to 'src/parser.h')
-rw-r--r--src/parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.h b/src/parser.h
index 7f8ac9d..39e2327 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -2,6 +2,7 @@
#define CMARK_AST_H
#include <stdio.h>
+#include "references.h"
#include "node.h"
#include "buffer.h"
#include "memory.h"