diff --git a/mace/python/tools/mace_engine_factory.h.jinja2 b/mace/python/tools/mace_engine_factory.h.jinja2 index 2bdda1439f039be6cfd88337a269f5cc83d23fa3..ab400151d4576aca85ece315020998027f20d62f 100644 --- a/mace/python/tools/mace_engine_factory.h.jinja2 +++ b/mace/python/tools/mace_engine_factory.h.jinja2 @@ -14,6 +14,8 @@ // This is a generated file. DO NOT EDIT! +#ifndef MACE_CODEGEN_ENGINE_MACE_ENGINE_FACTORY_H_ +#define MACE_CODEGEN_ENGINE_MACE_ENGINE_FACTORY_H_ #include #include #include @@ -100,3 +102,4 @@ MaceStatus CreateMaceEngineFromCode( } } // namespace mace +#endif // MACE_CODEGEN_ENGINE_MACE_ENGINE_FACTORY_H_