Skip to content

Commit

Permalink
Fix variant debugging strings
Browse files Browse the repository at this point in the history
Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Nov 20, 2024
1 parent 31d2362 commit 815e30b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions avogadro/core/variant-inline.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

#include "variant.h"

#include <iostream>
#include <sstream>

namespace Avogadro::Core {
Expand Down

1 comment on commit 815e30b

@github-actions
Copy link

Choose a reason for hiding this comment

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

ERROR: clang-format-diff detected formatting issues. See the artifact for a patch or run clang-format on your branch.

Please sign in to comment.