Author: Andreas Tille <tille@debian.org>
Last-Update: 2021-01-28
Bug-Debian: https://bugs.debian.org/838513
Description: Use Debian packaged libssw (while its not clear
 why two implementations of Smith-Waterman are needed at all)
Forwarded: not-needed
--- a/src/Variant.cpp
+++ b/src/Variant.cpp
@@ -12,7 +12,7 @@
 #include <utility>
 #include "multichoose.h"
 #include <SmithWatermanGotoh.h>
-#include "ssw_cpp.hpp"
+#include <ssw_cpp.h>
 #include <regex>
 
 namespace vcflib {
