mirror of
https://github.com/preble/libpinproc
synced 2026-02-24 18:25:23 +01:00
More small tweaks for MSVC.
This commit is contained in:
@@ -31,16 +31,16 @@
|
||||
#include <stdio.h>
|
||||
#include <signal.h>
|
||||
|
||||
#ifndef _VC_
|
||||
#include <unistd.h>
|
||||
#ifndef _MSC_VER
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include <cmath>
|
||||
#include "../../include/pinproc.h" // Include libpinproc's header.
|
||||
#include "pinproc.h" // Include libpinproc's header.
|
||||
#include <fstream>
|
||||
#include <yaml-cpp/yaml.h>
|
||||
|
||||
#ifdef _VC_
|
||||
#ifdef _MSC_VER
|
||||
#include <time.h>
|
||||
#include <sys/timeb.h>
|
||||
#include <windows.h>
|
||||
|
||||
Reference in New Issue
Block a user