diff options
Diffstat (limited to 'libhb/hb.h')
-rw-r--r-- | libhb/hb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libhb/hb.h b/libhb/hb.h index 38418ac3b..215455cda 100644 --- a/libhb/hb.h +++ b/libhb/hb.h @@ -14,11 +14,12 @@ extern "C" { #endif -#include "project.h" #include "common.h" +#include "project.h" #include "compat.h" #include "hb_dict.h" #include "hb_json.h" +#include "preset.h" #include "param.h" /* hb_init() |