1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-26 10:25:49 +00:00

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
+1 -1
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>