mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 04:37:48 +02:00
include cstdio for snprintf call in BandwidthDialog
This commit is contained in:
parent
820dc7f45f
commit
04807dd5d1
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
||||||
|
//
|
||||||
|
// BandwidthDialog.h
|
||||||
|
// interface
|
||||||
|
//
|
||||||
|
// Created by Tobias Schwinger on 6/21/13.
|
||||||
|
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved.
|
||||||
|
//
|
||||||
|
|
||||||
|
#include <cstdio>
|
||||||
|
|
||||||
#include "ui/BandwidthDialog.h"
|
#include "ui/BandwidthDialog.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue