Skip to content

Commit

Permalink
fix: include headers for #defines referenced here
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Sep 15, 2022
1 parent 3bd3311 commit 206ff35
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/config_macro.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@
/* Public headers. */
#include <pocketsphinx.h>

/* Necessary private headers. */
#include "fe/fe.h"
#include "feat/feat.h"

/**
* Helper macro to stringify enums and other non-string values for
* default arguments.
Expand Down

0 comments on commit 206ff35

Please sign in to comment.