diff options
author | Max Kellermann <max@musicpd.org> | 2020-05-05 15:08:55 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-05-05 15:12:11 +0200 |
commit | e0edf0b206549f68a03d69c2ba5b4cd3d4105a1f (patch) | |
tree | 6cf8f08ca0743e7b6b8ecab67ec63c8d1c163c7c /src/client | |
parent | 4e9fa36176ac3a8c9d2acf68f7ec0931d8350a09 (diff) |
meson.build: move VERSION and others to Version.h
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/New.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/New.cxx b/src/client/New.cxx index b12ec4146..b7023f87a 100644 --- a/src/client/New.cxx +++ b/src/client/New.cxx @@ -28,6 +28,7 @@ #include "net/SocketAddress.hxx" #include "net/ToString.hxx" #include "Log.hxx" +#include "Version.h" #include <cassert> |