You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by nw...@apache.org on 2017/02/19 18:52:11 UTC

[2/2] lucy-charmonizer git commit: Add missing #include

Add missing #include


Project: http://git-wip-us.apache.org/repos/asf/lucy-charmonizer/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy-charmonizer/commit/0539a8ce
Tree: http://git-wip-us.apache.org/repos/asf/lucy-charmonizer/tree/0539a8ce
Diff: http://git-wip-us.apache.org/repos/asf/lucy-charmonizer/diff/0539a8ce

Branch: refs/heads/master
Commit: 0539a8ce8b74f4d31da7ae75aa96216b8ff40475
Parents: 52f48a7
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Sun Feb 19 19:51:29 2017 +0100
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Sun Feb 19 19:51:29 2017 +0100

----------------------------------------------------------------------
 src/Charmonizer/Core/Make.h | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-charmonizer/blob/0539a8ce/src/Charmonizer/Core/Make.h
----------------------------------------------------------------------
diff --git a/src/Charmonizer/Core/Make.h b/src/Charmonizer/Core/Make.h
index 75bd1d6..3a94d73 100644
--- a/src/Charmonizer/Core/Make.h
+++ b/src/Charmonizer/Core/Make.h
@@ -25,6 +25,7 @@ extern "C" {
 #endif
 
 #include "Charmonizer/Core/CFlags.h"
+#include "Charmonizer/Core/CLI.h"
 
 typedef struct chaz_MakeFile chaz_MakeFile;
 typedef struct chaz_MakeVar chaz_MakeVar;