From 763049ac81345da33362e354a0af27f3d85c5d12 Mon Sep 17 00:00:00 2001 From: rdb Date: Thu, 1 Nov 2018 17:05:33 +0100 Subject: [PATCH] event: fix incorrect include in asyncFuture_ext.h --- panda/src/event/asyncFuture_ext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/event/asyncFuture_ext.h b/panda/src/event/asyncFuture_ext.h index 21786ee17b..94f0b3d60b 100644 --- a/panda/src/event/asyncFuture_ext.h +++ b/panda/src/event/asyncFuture_ext.h @@ -16,7 +16,7 @@ #include "extension.h" #include "py_panda.h" -#include "modelLoadRequest.h" +#include "asyncFuture.h" #ifdef HAVE_PYTHON