Skip to content

Commit 5ce8257

Browse files
committed
BitVector: make optional
1 parent 5668ac0 commit 5ce8257

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/AudioBasic/Collections/BitVector.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#pragma once
2+
#ifdef HAS_IOSTRAM
23
#include "Vector.h"
34
#include <stdint.h>
45
#include <iostream>
@@ -114,4 +115,6 @@ class BitVector {
114115
};
115116

116117

117-
} // namespace audio_tools
118+
} // namespace audio_tools
119+
120+
#endif

0 commit comments

Comments
 (0)