hidapi: Fix include path

This commit is contained in:
Vojtech Kral 2019-09-30 15:20:23 +02:00
parent 82fed1790a
commit 520a51c62f
2 changed files with 3 additions and 2 deletions

View file

@ -4,7 +4,7 @@
#if ENABLE_3DCONNEXION_DEVICES
#include "libslic3r/Point.hpp"
#include "hidapi/hidapi.h"
#include "hidapi.h"
#include <thread>
#include <mutex>