]> Shamusworld >> Repos - architektonas/blobdiff - src/base/rs_color.cpp
Adding missing implementation.
[architektonas] / src / base / rs_color.cpp
index 9ed6d4c132c5214f6c86656f9fb8fb95e70811e6..14d79614502858d4c824e93aa99caf7581091ffa 100644 (file)
@@ -3,7 +3,9 @@
 // Part of the Architektonas Project
 // Originally part of QCad Community Edition by Andrew Mustun
 // Extensively rewritten and refactored by James L. Hammons
-// (C) 2010 Underground Software
+// Portions copyright (C) 2001-2003 RibbonSoft
+// Copyright (C) 2010 Underground Software
+// See the README and GPLv2 files for licensing and warranty information
 //
 // JLH = James L. Hammons <jlhamm@acm.org>
 //
@@ -14,6 +16,8 @@
 
 #include "rs_color.h"
 
+#include "rs.h"
+
 RS_Color::RS_Color(): QColor(), RS_Flags()
 {
 }