diff --git a/method_dispatcher/method_dispatcher.h b/method_dispatcher/method_dispatcher.h index 96a04f6..fb40436 100644 --- a/method_dispatcher/method_dispatcher.h +++ b/method_dispatcher/method_dispatcher.h @@ -2,7 +2,7 @@ #define bci_method_dispatcher_h__ #include -#include "base.h" +#include "../base.h" typedef struct dispatch_tree_node_s {