Skip to content

Commit

Permalink
use iostream forward declarations in headers where possible
Browse files Browse the repository at this point in the history
  • Loading branch information
matekelemen committed Sep 29, 2023
1 parent 058f3d5 commit 9d5312d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bad_apple.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@
#include "packages/macros/inc/logging.hpp"

// --- STL Includes ---
#include <stdlib.h>
#include <cstdlib>
#include <chrono>
#include <filesystem>
#include <set>
#include <variant>
#include <iostream>


namespace cie {
Expand Down

0 comments on commit 9d5312d

Please sign in to comment.