summaryrefslogtreecommitdiff
path: root/src/CommandLine.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2020-05-05 15:08:55 +0200
committerMax Kellermann <max@musicpd.org>2020-05-05 15:12:11 +0200
commite0edf0b206549f68a03d69c2ba5b4cd3d4105a1f (patch)
tree6cf8f08ca0743e7b6b8ecab67ec63c8d1c163c7c /src/CommandLine.cxx
parent4e9fa36176ac3a8c9d2acf68f7ec0931d8350a09 (diff)
meson.build: move VERSION and others to Version.h
Diffstat (limited to 'src/CommandLine.cxx')
-rw-r--r--src/CommandLine.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CommandLine.cxx b/src/CommandLine.cxx
index 1a733699b..06a4d63a3 100644
--- a/src/CommandLine.cxx
+++ b/src/CommandLine.cxx
@@ -40,6 +40,7 @@
#include "util/Domain.hxx"
#include "util/OptionDef.hxx"
#include "util/OptionParser.hxx"
+#include "Version.h"
#ifdef _WIN32
#include "system/Error.hxx"