Fix ASRock on Linux again

This commit is contained in:
Adam Honse 2020-11-15 15:24:43 -06:00
parent 34d8edb629
commit e98d43776a
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@
| Adam Honse (CalcProgrammer1) 12/14/2019 |
\*-----------------------------------------*/
#include "ASRockPolyChromeSMBusController.h"
#include "ASRockPolychromeSMBusController.h"
#include <cstring>
using namespace std::chrono_literals;

View file

@ -1,7 +1,7 @@
#include "Detector.h"
#include "ASRockPolyChromeSMBusController.h"
#include "ASRockPolychromeSMBusController.h"
#include "RGBController.h"
#include "RGBController_ASRockPolyChromeSMBus.h"
#include "RGBController_ASRockPolychromeSMBus.h"
#include "i2c_smbus.h"
#include "pci_ids.h"
#include <vector>