Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #79 from kboga/patch-1
adds some missing includes
  • Loading branch information
jnthn committed Feb 24, 2013
2 parents a8c60c1 + 6f81033 commit f93b3e3
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 f93b3e3

Please sign in to comment.