mirror of
https://github.com/preble/libpinproc
synced 2026-02-22 18:15:25 +01:00
add ifdef to pinproctest.h for WIN32 to use local yaml.h. Adjust notes in markdown.
This commit is contained in:
@@ -34,7 +34,11 @@
|
||||
#include <cmath>
|
||||
#include "../../include/pinproc.h" // Include libpinproc's header.
|
||||
#include <fstream>
|
||||
#include <yaml-cpp/yaml.h>
|
||||
#if defined(__WIN32__)
|
||||
#include "yaml.h"
|
||||
#else
|
||||
#include <yaml-cpp/yaml.h>
|
||||
#endif
|
||||
#include <sys/time.h>
|
||||
|
||||
#define kFlippersSection "PRFlippers"
|
||||
|
||||
Reference in New Issue
Block a user