aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/fish_version.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fish_version.cpp')
-rw-r--r--src/fish_version.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fish_version.cpp b/src/fish_version.cpp
index e434c3c8..c4eb15df 100644
--- a/src/fish_version.cpp
+++ b/src/fish_version.cpp
@@ -6,6 +6,10 @@
#include "fish_version.h"
+#ifndef FISH_BUILD_VERSION
+#include "fish-build-version.h"
+#endif
+
/**
* Return fish shell version.
*/