Skip to content

Commit

Permalink
Merge pull request #267 from carlo-bramini/fix-cstdint-1
Browse files Browse the repository at this point in the history
Fix build error on missing cstdint types.
  • Loading branch information
scheffle committed Oct 8, 2022
2 parents 6af06fc + a40dc2c commit 1f0d108
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vstgui/lib/algorithm.h
Expand Up @@ -5,6 +5,7 @@
#pragma once

#include "optional.h"
#include <cstdint>
#include <algorithm>

//------------------------------------------------------------------------
Expand Down

0 comments on commit 1f0d108

Please sign in to comment.