diff options
Diffstat (limited to 'payload_consumer/snapshot_extent_writer.h')
-rw-r--r-- | payload_consumer/snapshot_extent_writer.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/payload_consumer/snapshot_extent_writer.h b/payload_consumer/snapshot_extent_writer.h index c3c64cda..c3a948ee 100644 --- a/payload_consumer/snapshot_extent_writer.h +++ b/payload_consumer/snapshot_extent_writer.h @@ -14,6 +14,9 @@ // limitations under the License. // +#ifndef UPDATE_ENGINE_SNAPSHOT_EXTENT_WRITER_H_ +#define UPDATE_ENGINE_SNAPSHOT_EXTENT_WRITER_H_ + #include <cstdint> #include <vector> @@ -52,3 +55,5 @@ class SnapshotExtentWriter : public chromeos_update_engine::ExtentWriter { }; } // namespace chromeos_update_engine + +#endif |