Skip to content

Commit

Permalink
- Fixed bug with exclusion of class inheritance header file.
Browse files Browse the repository at this point in the history
-  Addresses #108.
  • Loading branch information
bandurvp committed Nov 9, 2017
1 parent f228303 commit 87740a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c/vdmclib/src/main/VdmBasicTypes.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include "Vdm.h"
#include <math.h>

#ifndef NO_INHERITANCE
#if !defined(NO_IS) || !defined(NO_INHERITANCE)
#include "VdmClassHierarchy.h"
#endif

Expand Down

0 comments on commit 87740a5

Please sign in to comment.