From fe6bfb0ad27fcfb06d10e05e9ce52a0a22b160a6 Mon Sep 17 00:00:00 2001 From: johan Date: Fri, 7 Feb 2014 15:28:14 +0100 Subject: [PATCH] Missing include added Former-commit-id: e8bde1967c71b2171de270b25d7474a1a528c56a --- src/hyperion-remote/CustomParameter.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/hyperion-remote/CustomParameter.h b/src/hyperion-remote/CustomParameter.h index aa3aed0d..4f336dd7 100644 --- a/src/hyperion-remote/CustomParameter.h +++ b/src/hyperion-remote/CustomParameter.h @@ -1,5 +1,8 @@ #pragma once +// STL includes +#include + // Qt includes #include #include