From: Uwe Hermann Date: Tue, 28 Mar 2017 21:20:51 +0000 (+0200) Subject: wellarray.hpp: Add missing #include guards. X-Git-Tag: pulseview-0.4.0~112 X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=56853c982046f78abe433f4f096f9305f8bcf806 wellarray.hpp: Add missing #include guards. --- diff --git a/pv/widgets/wellarray.hpp b/pv/widgets/wellarray.hpp index 35a2f2f6..f1c25dc0 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