commit b57fceaad7aa813e59f5dc3eafba2d80a8255b11 parent 8aa67e8476938890d828ae3a07af656c82ab40c8 Author: fundamental <mark.d.mccurry@gmail.com> Date: Sun, 23 Oct 2011 19:57:18 -0400 Build-Fix: Added Part.h include to main.cpp Diffstat:
M | src/main.cpp | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/main.cpp b/src/main.cpp @@ -32,6 +32,7 @@ #include <getopt.h> #include "Misc/Master.h" +#include "Misc/Part.h" #include "Misc/Util.h" #include "Misc/Dump.h" extern Dump dump;