From 56853c982046f78abe433f4f096f9305f8bcf806 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 28 Mar 2017 23:20:51 +0200 Subject: [PATCH] wellarray.hpp: Add missing #include guards. --- pv/widgets/wellarray.hpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pv/widgets/wellarray.hpp b/pv/widgets/wellarray.hpp index 35a2f2f..f1c25dc 100644 --- a/pv/widgets/wellarray.hpp +++ b/pv/widgets/wellarray.hpp @@ -39,6 +39,9 @@ ** ****************************************************************************/ +#ifndef PULSEVIEW_PV_WIDGETS_WELLARRAY_HPP +#define PULSEVIEW_PV_WIDGETS_WELLARRAY_HPP + #include namespace pv { @@ -137,3 +140,5 @@ private: } // namespace widgets } // namespace pv + +#endif // PULSEVIEW_PV_WIDGETS_WELLARRAY_HPP -- 2.30.2