Skip to content

Commit

Permalink
BaseTools: use iostream directly is PBlackBox
Browse files Browse the repository at this point in the history
This header is not included in any c program, and its use should not be
dependent on whether the build is using namespace std.

Signed-off-by: Dionna Glaze <[email protected]>
  • Loading branch information
deeglaze committed Jan 9, 2025
1 parent d508f68 commit 3b88950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BaseTools/Source/C/VfrCompile/Pccts/h/PBlackBox.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

#include "pcctscfg.h"

#include "pccts_iostream.h"
#include <iostream>

PCCTS_NAMESPACE_STD

Expand Down

0 comments on commit 3b88950

Please sign in to comment.