summaryrefslogtreecommitdiffstats
path: root/sigscript/AuthorWrapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sigscript/AuthorWrapper.cpp')
-rw-r--r--sigscript/AuthorWrapper.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/sigscript/AuthorWrapper.cpp b/sigscript/AuthorWrapper.cpp
index 22f08b5c..d26eec96 100644
--- a/sigscript/AuthorWrapper.cpp
+++ b/sigscript/AuthorWrapper.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2008 Ben Boeckel <MathStuf@gmail.com>
+ * Copyright 2008-2009 Ben Boeckel <MathStuf@gmail.com>
*
* 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
@@ -21,6 +21,9 @@
// Sigscript includes
#include "SigmodWrapper.h"
+// Sigmod includes
+#include <sigmod/Author.h>
+
Sigscript::AuthorWrapper* Sigscript::AuthorWrapper::create(const Sigmod::Author* author, SigmodWrapper* parent)
{
Signature sig = Signature(parent, Subsignature(author->className(), author->id()));