Add <bitset> include.

This commit is contained in:
JoelKatz
2013-03-05 12:57:24 -08:00
parent 50b97386cd
commit a27c6301fb

View File

@@ -4,6 +4,7 @@
#include <list>
#include <map>
#include <stack>
#include <bitset>
#include <boost/shared_ptr.hpp>
#include <boost/enable_shared_from_this.hpp>