Check the correct macro for conditional include of lyx_commit_hash.h

This commit is contained in:
Stephan Witt 2014-10-24 18:12:58 +02:00
parent 71088f5b1c
commit f8c964d080

View File

@ -12,6 +12,8 @@
#include <config.h>
#if ! defined(LYX_DATE)
#include <lyx_date.h>
#endif
#if ! defined(LYX_GIT_COMMIT_HASH)
#include <lyx_commit_hash.h>
#endif