Closed AKMaily closed 2 months ago
Supposedly, clang-format changed the order of included files.
Yes it seems so, i changed it back. It should work now.
Test these orders for the included files, please:
handler.hpp
:
// handler.hpp
#ifndef HANDLER_HEADER_HPP
#define HANDLER_HEADER_HPP
#include <implot.h>
#include <set>
#include <nlohmann/json.hpp>
#include <nlohmann/json_fwd.hpp>
#include "../ai_omniscope-v2-communication_sw/src/OmniscopeSampler.hpp"
#include "languages.hpp"
main.cpp
:
#include "popups.hpp"
#include "settingspopup.hpp"
#include "style.hpp"
#include <cmake_git_version/version.hpp>
Please change build.yaml
file to https://github.com/skunkforce/OmniView/commit/4def267b6a05b2c7f01728c314a7d4fc57caf21a and it should work just like my branch. The line - run: echo gcc --version
may not be required, however.
Changes:
Calibration intergration Fixes of issues that came with the calibration : Loading data, saving data Better Design and new Font