From 312367cefdf19b35b423cce9d15e937f02f71ac7 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Mon, 23 Feb 2009 14:05:55 -0500 Subject: Fixed includes from sigcore/Global.h --- sigcore/Script.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sigcore/Script.h') diff --git a/sigcore/Script.h b/sigcore/Script.h index 6a12725e..7b5a3a8a 100644 --- a/sigcore/Script.h +++ b/sigcore/Script.h @@ -1,5 +1,5 @@ /* - * Copyright 2008 Ben Boeckel + * Copyright 2008-2009 Ben Boeckel * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -26,6 +26,7 @@ #include "Global.h" // Qt includes +#include #include namespace Sigcore -- cgit