From c8b97ec24012cbcf0a8fb39f72fe884b51f35201 Mon Sep 17 00:00:00 2001
From: Tristan Walter <twalter@orn.mpg.de>
Date: Fri, 9 Oct 2020 02:39:27 +0200
Subject: [PATCH] broke it when i thought i fixed it, now fixed it again

---
 Application/src/tracker/trex.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Application/src/tracker/trex.cpp b/Application/src/tracker/trex.cpp
index 6e914ba..2cc29cb 100644
--- a/Application/src/tracker/trex.cpp
+++ b/Application/src/tracker/trex.cpp
@@ -45,6 +45,7 @@ std::string conda_environment_path(const char* argv) {
 }
 
 int main(int argc, char** argv) {
+    std::stringstream ss;
     std::string target_path = "";
     auto conda_prefix = conda_environment_path(argv[0]);
     if(!conda_prefix.empty()) {
-- 
GitLab