Build Error

- Many files were missing an explicit cmake.h include.  Some were not including
  it at all.  Now it's used almost everywhere.

(cherry picked from commit 82ae86979c497e6d1d0c6b2b5a55aa379ec82c98)
This commit is contained in:
Paul Beckingham 2013-05-26 16:46:32 -04:00
parent 7b89bc92e1
commit d03c4cda8a
147 changed files with 141 additions and 28 deletions

View file

@ -33,7 +33,6 @@
#include <map>
#include <sys/types.h>
#include <Task.h>
#include <cmake.h>
#ifdef HAVE_UUID
#include <uuid/uuid.h>