Skip to content

Commit

Permalink
C++ build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kintel committed Apr 20, 2023
1 parent bf5267b commit e2ee589
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/CommandLine.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once

#include <cstdint>
#include <iostream>
#include <string>
#include <variant>
Expand Down
1 change: 1 addition & 0 deletions src/OpenGLContext.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once

#include <cstdint>
#include <ostream>
#include <vector>

Expand Down

0 comments on commit e2ee589

Please sign in to comment.