commit a711aaae7733237b917270a727f38ad8f98151ac
parent 9e847ac9c0517a8d4a3207da335ab8534d764c25
Author: Johannes Lorenz <[email protected]>
Date: Sat, 30 Jul 2016 13:10:20 +0200
Fix bug where zyn-version.h-inclusion only works when src/UI was in the include path.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Misc/XMLwrapper.h b/src/Misc/XMLwrapper.h
@@ -16,7 +16,7 @@
#include <mxml.h>
#include <string>
#include <vector>
-#include "../zyn-version.h"
+#include "zyn-version.h"
#ifndef XML_WRAPPER_H
#define XML_WRAPPER_H