Skip to content

Commit

Permalink
Include references.h in parser.h
Browse files Browse the repository at this point in the history
Closes #287.
  • Loading branch information
jgm committed Mar 23, 2019
1 parent be18e71 commit 01be842
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parser.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define CMARK_AST_H

#include <stdio.h>
#include "references.h"
#include "node.h"
#include "buffer.h"
#include "memory.h"
Expand Down

0 comments on commit 01be842

Please sign in to comment.