Skip to content

Commit

Permalink
try to somehow please clang
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Dec 15, 2023
1 parent 6fee888 commit 51560f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/cpp/external_data_loader/main.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#include <fstream>
#include <iostream>
#include <sstream>
#include <string>

#include <rerun.hpp>

const char* USAGE = R"(
static const char* USAGE = R"(
This is an example executable data-loader plugin for the Rerun Viewer.
It will log C++ source code files as markdown documents.
Expand Down

0 comments on commit 51560f5

Please sign in to comment.