Change external project to YOCTO
Allow out of tree builds so we can get CI running on
this repo.
Change-Id: Ica836320eca879fbc49d494d35a552525b99fab2
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/tests/test_TachSensor.cpp b/tests/test_TachSensor.cpp
index 059b18b..3e95aba 100644
--- a/tests/test_TachSensor.cpp
+++ b/tests/test_TachSensor.cpp
@@ -1,8 +1,9 @@
#include <TachSensor.hpp>
#include <Thresholds.hpp>
#include <dbus/connection.hpp>
-#include <nlohmann/json.hpp>
#include <fstream>
+#include <nlohmann/json.hpp>
+
#include "gtest/gtest.h"
TEST(TachSensor, TestTachSensor)