mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 17:16:38 +01:00
Fix include style of system header
This commit is contained in:
parent
5448c229d9
commit
cb7bac5599
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
||||||
#ifndef WIN_UTILS_H
|
#ifndef WIN_UTILS_H
|
||||||
#define WIN_UTILS_H
|
#define WIN_UTILS_H
|
||||||
|
|
||||||
#include "stdint.h"
|
#include <stdint.h>
|
||||||
|
|
||||||
namespace utils {
|
namespace utils {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue