Skip to content

Commit

Permalink
Make crash code actually include stringstream
Browse files Browse the repository at this point in the history
  • Loading branch information
adamnovak committed Jul 10, 2024
1 parent da73e20 commit 89e74ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/crash.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
#include <string>
#include <iostream>
#include <fstream>
#include <sstream>
#include <signal.h>
#include <typeinfo>

Expand Down

1 comment on commit 89e74ac

@adamnovak
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vg CI tests complete for branch lr-giraffe. View the full report here.

4 tests passed, 0 tests failed and 0 tests skipped in 6976 seconds

Please sign in to comment.