From: Uwe Hermann Date: Tue, 28 Mar 2017 21:20:51 +0000 (+0200) Subject: wellarray.hpp: Add missing #include guards. X-Git-Url: http://git.code-monkey.de/?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 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