temporal: fix location of enum conversion decls

Without these changes, minor changes in include file
ordering or extent elsewhere can cause compiler errors.
This commit is contained in:
Paul Davis 2022-03-30 10:33:49 -06:00
parent e0fa447d29
commit ae3548c1da
3 changed files with 3 additions and 6 deletions

View file

@ -29,6 +29,7 @@
#include "temporal/debug.h"
#include "temporal/tempo.h"
#include "temporal/types_convert.h"
#include "pbd/i18n.h"