Add #include "precompiled.hpp"

This commit is contained in:
pavel.pimenov 2016-12-10 16:44:51 +03:00
parent f64d3ad1e7
commit eff42fa321
8 changed files with 15 additions and 0 deletions

View File

@ -1,4 +1,6 @@
#include "precompiled.hpp"
#include "platform.hpp"
#if defined ZMQ_HAVE_NORM

View File

@ -27,6 +27,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "precompiled.hpp"
#include "tipc_address.hpp"
#if defined ZMQ_HAVE_TIPC

View File

@ -27,6 +27,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "precompiled.hpp"
#include "tipc_connecter.hpp"
#if defined ZMQ_HAVE_TIPC

View File

@ -27,6 +27,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "precompiled.hpp"
#include "tipc_listener.hpp"
#if defined ZMQ_HAVE_TIPC

View File

@ -26,6 +26,7 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "precompiled.hpp"
#include "vmci.hpp"

View File

@ -27,6 +27,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "precompiled.hpp"
#include "vmci_address.hpp"
#if defined(ZMQ_HAVE_VMCI)

View File

@ -27,6 +27,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "precompiled.hpp"
#include "vmci_connecter.hpp"
#if defined ZMQ_HAVE_VMCI

View File

@ -27,6 +27,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "precompiled.hpp"
#include "vmci_listener.hpp"
#if defined ZMQ_HAVE_VMCI