mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
Fix color includes
This commit is contained in:
parent
7a81bbb58d
commit
4ec588c8e3
@ -18,9 +18,8 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include <assert.h> // for assert
|
||||
#include <stddef.h> // for size_t
|
||||
|
||||
#include <cassert> // for assert
|
||||
#include <cstddef> // for size_t
|
||||
#include <cstdint> // for uint8_t, uint16_t
|
||||
|
||||
namespace quicktex {
|
||||
|
Loading…
Reference in New Issue
Block a user