From 6b2ab74c0be25cd58f76d5161b552868e173597c Mon Sep 17 00:00:00 2001 From: gregory guy Date: Tue, 5 Feb 2019 14:03:57 +0100 Subject: conversion to the cmake building system Signed-off-by: gregory guy --- src/entry.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/entry.h') diff --git a/src/entry.h b/src/entry.h index 4a6d970..15386b9 100644 --- a/src/entry.h +++ b/src/entry.h @@ -20,11 +20,11 @@ #ifndef BIBTEXBIBTEXENTRY_H #define BIBTEXBIBTEXENTRY_H -#include -#include +#include +#include -#include -#include +#include "element.h" +#include "entryfield.h" class TQString; class TQStringList; -- cgit v1.2.1