Missing <string> include in bitset.h

Bug #1410593 reported by Nathan Knotts
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Dynamic Compact Control Language
Fix Released
Undecided
Unassigned

Bug Description

I want to compile with clang on OSX.

src/bitset.h requires including <string>

with the following diff

=== modified file 'src/bitset.h'
--- src/bitset.h 2014-10-08 18:19:16 +0000
+++ src/bitset.h 2015-01-14 01:08:26 +0000
@@ -27,6 +27,7 @@
 #include <deque>
 #include <algorithm>
 #include <limits>
+#include <string>

 #include "exception.h"

DCCL successfully compiles on OSX/clang

Related branches

toby schneider (tes)
Changed in dccl:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.