Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
adds some missing includes
  • Loading branch information
kboga committed Feb 24, 2013
1 parent a8c60c1 commit 6f81033
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/6model/repr_registry.c
Expand Up @@ -14,6 +14,9 @@
#include "reprs/HashAttrStore.h"
#include "reprs/Uninstantiable.h"
#include "reprs/NFA.h"
#include "reprs/VMArray.h"
#include "reprs/VMHash.h"
#include "reprs/VMIter.h"
#include "repr_registry.h"

/* An array mapping representation IDs to function tables. */
Expand Down

0 comments on commit 6f81033

Please sign in to comment.