Skip to content

Commit

Permalink
[ci] Fix missing headers on other compilers for strstream
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Jul 16, 2024
1 parent 9db47e9 commit f771fff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/Advanced/MidiScaler/StrStream.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#pragma once
#include <cassert>
#include <climits>
#include <cstring>
#include <iostream>
#include <sstream>

// ! this file ported from libc++ strstream, now sometimes removed
//===----------------------------------------------------------------------===//
//
Expand Down

0 comments on commit f771fff

Please sign in to comment.