From ad8eda3f5b7db424de912ac748bce6b02e43f64f Mon Sep 17 00:00:00 2001 From: Björn Linse Date: Thu, 9 Sep 2021 14:57:27 +0200 Subject: fix(ci): don't enrage the CI Gods by calling a file 'core.*' --- src/mpack/object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mpack/object.h') diff --git a/src/mpack/object.h b/src/mpack/object.h index 3a4c0a484e..5327e56e18 100644 --- a/src/mpack/object.h +++ b/src/mpack/object.h @@ -1,7 +1,7 @@ #ifndef MPACK_OBJECT_H #define MPACK_OBJECT_H -#include "core.h" +#include "mpack_core.h" #include "conv.h" #ifndef MPACK_MAX_OBJECT_DEPTH -- cgit