chromium/native_client_sdk/src/libraries/jsoncpp/json_reader_fix.cpp

// Copyright 2015 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// NOTE(binji): These headers are needed for the link to succeed on PNaCl when
// using libc++.
#include <string>
#include <istream>

#include "json_reader.cpp"