| Index: sky/engine/bindings/templates/dictionary_v8.cpp
|
| diff --git a/sky/engine/bindings/templates/dictionary_v8.cpp b/sky/engine/bindings/templates/dictionary_v8.cpp
|
| index 76240ac35cc94f2477e15d0090d640b11683ce5b..3e558acaef020ae9d1dfc7e52703745c0d2eae32 100644
|
| --- a/sky/engine/bindings/templates/dictionary_v8.cpp
|
| +++ b/sky/engine/bindings/templates/dictionary_v8.cpp
|
| @@ -4,7 +4,7 @@
|
|
|
| // This file has been auto-generated by {{code_generator}}. DO NOT MODIFY!
|
|
|
| -#include "config.h"
|
| +#include "sky/engine/config.h"
|
| #include "{{v8_class}}.h"
|
|
|
| {% for filename in cpp_includes if filename != '%s.h' % v8_class %}
|
|
|