mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01: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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue