Skip to content

Commit

Permalink
fix: libusb import headers may have been causing the centOS build to …
Browse files Browse the repository at this point in the history
…fail

+ removed libusb-1.0/ from the include header, as i thought it was neccessary but it may not be
  • Loading branch information
CooperW824 committed Aug 13, 2021
1 parent 66cd6c7 commit ff05cf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "usbdevice.h"
#include "usbdeviceimporteditor.h"
#include <libusb-1.0/libusb.h>
#include <libusb.h>
#include <iostream>
#include <chrono>
#include <thread>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "usbdeviceimporteditor.h"
#include "ui_usbdeviceimporteditor.h"
#include <libusb-1.0/libusb.h>
#include <libusb.h>
#include <string>
#include <sstream>

Expand Down

0 comments on commit ff05cf0

Please sign in to comment.