mirror of
https://github.com/overte-org/overte.git
synced 2025-06-01 22:36:40 +02:00
Merge branch 'master' of https://github.com/worklist/hifi
This commit is contained in:
commit
088e9d0aef
2 changed files with 3 additions and 2 deletions
|
@ -774,9 +774,9 @@ void Application::readSettingsFile() {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
fclose(settingsFile);
|
||||
fclose(settingsFile);
|
||||
}
|
||||
}
|
||||
|
||||
void Application::saveSettingsFile() {
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
#define __hifi__SharedUtil__
|
||||
|
||||
#include <stdint.h>
|
||||
#include <unistd.h>
|
||||
#include <math.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
|
|
Loading…
Reference in a new issue