From 4661cdf0b2d5eb27c1858c33050858c733fed568 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 25 May 2014 21:25:49 -0400 Subject: [PATCH] Build - When A3.h is removed from Command.h, other include files need to be added elsewhere. That means the dependencies were wrong. Hmm. --- src/DOM.cpp | 1 + src/OldDuration.cpp | 1 + src/commands/CmdEdit.cpp | 1 + src/commands/Command.h | 1 - 4 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/DOM.cpp b/src/DOM.cpp index a0a007ffe..66cd45996 100644 --- a/src/DOM.cpp +++ b/src/DOM.cpp @@ -28,6 +28,7 @@ #include #include #include +#include #include #include #include diff --git a/src/OldDuration.cpp b/src/OldDuration.cpp index db7381adc..5fd080a53 100644 --- a/src/OldDuration.cpp +++ b/src/OldDuration.cpp @@ -31,6 +31,7 @@ #include #include #include +#include #include #include #include diff --git a/src/commands/CmdEdit.cpp b/src/commands/CmdEdit.cpp index 158c02b52..5ef35e729 100644 --- a/src/commands/CmdEdit.cpp +++ b/src/commands/CmdEdit.cpp @@ -33,6 +33,7 @@ #include #include #include +#include #include #include #include diff --git a/src/commands/Command.h b/src/commands/Command.h index 30cd3177f..2ccca341f 100644 --- a/src/commands/Command.h +++ b/src/commands/Command.h @@ -31,7 +31,6 @@ #include #include #include -#include class Command {