Skip to content

Commit

Permalink
PR #12410 from mattiasbax: fix iostream dependency with older gcc (7.…
Browse files Browse the repository at this point in the history
…5.0)
  • Loading branch information
maloel authored Nov 19, 2023
2 parents 64ff9a6 + a3c3532 commit 906c9c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/terminal-parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// Copyright(c) 2020 Intel Corporation. All Rights Reserved.

#include "terminal-parser.h"
#include <iostream>
#include <rsutils/string/from.h>


Expand Down

0 comments on commit 906c9c1

Please sign in to comment.