deskflow/src/lib/common/StdIStream.h
2025-03-21 11:42:32 +00:00

15 lines
325 B
C++

/*
* Deskflow -- mouse and keyboard sharing utility
* SPDX-FileCopyrightText: (C) 2012 - 2016 Symless Ltd.
* SPDX-FileCopyrightText: (C) 2002 Chris Schoeneman
* SPDX-License-Identifier: GPL-2.0-only WITH LicenseRef-OpenSSL-Exception
*/
#pragma once
#if HAVE_ISTREAM
#include <istream>
#else
#include <iostream>
#endif