Browse Source

event: fix incorrect include in asyncFuture_ext.h

rdb 7 years ago
parent
commit
763049ac81
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/event/asyncFuture_ext.h

+ 1 - 1
panda/src/event/asyncFuture_ext.h

@@ -16,7 +16,7 @@
 
 
 #include "extension.h"
 #include "extension.h"
 #include "py_panda.h"
 #include "py_panda.h"
-#include "modelLoadRequest.h"
+#include "asyncFuture.h"
 
 
 #ifdef HAVE_PYTHON
 #ifdef HAVE_PYTHON