Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / native_client_sdk / src / libraries / jsoncpp / json_reader_fix.cpp
blob59dc7b717fe1452f22355d9acf4686f7db28b92a
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 // NOTE(binji): These headers are needed for the link to succeed on PNaCl when
6 // using libc++.
7 #include <string>
8 #include <istream>
10 #include "json_reader.cpp"