Skip to content

Commit

Permalink
fix stupid dependency bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Consti10 committed Feb 19, 2020
1 parent f8a116d commit 3ee999c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions VideoCore/src/main/cpp/General/GroundRecorder.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
#ifndef TELEMETRY_GROUNDRECORDER_HPP
#define TELEMETRY_GROUNDRECORDER_HPP

#include "../../../../../../../../AppData/Local/Android/Sdk/ndk/21.0.6113669/toolchains/llvm/prebuilt/windows-x86_64/sysroot/usr/include/c++/v1/cstdio"
#include "../../../../../../../../AppData/Local/Android/Sdk/ndk/21.0.6113669/toolchains/llvm/prebuilt/windows-x86_64/sysroot/usr/include/c++/v1/string"
#include "../../../../../../../../AppData/Local/Android/Sdk/ndk/21.0.6113669/toolchains/llvm/prebuilt/windows-x86_64/sysroot/usr/include/c++/v1/fstream"
#include "../../../../../../../../AppData/Local/Android/Sdk/ndk/21.0.6113669/toolchains/llvm/prebuilt/windows-x86_64/sysroot/usr/include/c++/v1/sstream"
#include "../../../../../../../../AppData/Local/Android/Sdk/ndk/21.0.6113669/toolchains/llvm/prebuilt/windows-x86_64/sysroot/usr/include/c++/v1/filesystem"
#include <cstdio>
#include <string>
#include <fstream>
#include <sstream>
#include <filesystem>


class GroundRecorder{
Expand Down

0 comments on commit 3ee999c

Please sign in to comment.