From ec06c917ff0aee4a69505e344e94b2749c45e4cc Mon Sep 17 00:00:00 2001 From: Philipp Spilger <philipp.spilger@kip.uni-heidelberg.de> Date: Fri, 14 Jan 2022 17:24:57 +0100 Subject: [PATCH] Add missing #pragma once in example header Change-Id: I5012014b3524cf6788dae0b83da61a091571e13c --- example/reset_and_id_readout.h | 1 + 1 file changed, 1 insertion(+) diff --git a/example/reset_and_id_readout.h b/example/reset_and_id_readout.h index 7697d46..6817d4f 100644 --- a/example/reset_and_id_readout.h +++ b/example/reset_and_id_readout.h @@ -1,3 +1,4 @@ +#pragma once #include "hxcomm/vx/utmessage.h" #include <iostream> -- GitLab