diff options
Diffstat (limited to 'src/comment.h')
-rw-r--r-- | src/comment.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comment.h b/src/comment.h index 10927e8..762caea 100644 --- a/src/comment.h +++ b/src/comment.h @@ -20,7 +20,7 @@ #ifndef BIBTEXCOMMENT_H #define BIBTEXCOMMENT_H -#include <element.h> +#include "element.h" namespace BibTeX { |