diff options
| author | Gord Allott <gord.allott@canonical.com> | 2012-03-12 15:34:59 -0400 |
|---|---|---|
| committer | Tarmac <> | 2012-03-12 15:34:59 -0400 |
| commit | afd7a6347280f8b7fda00ee4f1ecb1be963a4e46 (patch) | |
| tree | 4b09d50484f674822d2e2ab3c8119543cbf8f327 /plugins | |
| parent | 757c9b6b5f8544154ecbdc9456d50996a8d21bfe (diff) | |
| parent | 2d336aa5df92f730ecac62721360df97d2c883cb (diff) | |
adds an include that broke the standalone client build
Build fix - tests not applicable. Fixes: . Approved by Michal Hruby. (bzr r2086)
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/unityshell/src/LensBar.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/unityshell/src/LensBar.cpp b/plugins/unityshell/src/LensBar.cpp index 5e42ae034..77341f26b 100644 --- a/plugins/unityshell/src/LensBar.cpp +++ b/plugins/unityshell/src/LensBar.cpp @@ -17,6 +17,7 @@ */ #include <NuxCore/Logger.h> +#include "config.h" #include "CairoTexture.h" #include "DashStyle.h" |
