(wangle) s/continuation_/callback/ (missed some)
[folly.git] / folly / String.cpp
index bf3fc38cde9fffb2167474f0a84a583d42c0a366..c80c6821c511157400c541177a3ee57223164d3a 100644 (file)
  * limitations under the License.
  */
 
-#include "folly/String.h"
-#include "folly/Format.h"
+#include <folly/String.h>
+#include <folly/Format.h>
 
 #include <cerrno>
 #include <cstdarg>
 #include <cstring>
 #include <stdexcept>
 #include <iterator>
+#include <cctype>
 #include <glog/logging.h>
 
 namespace folly {