mirror of
https://github.com/aimrebirth/tools.git
synced 2026-04-14 17:33:25 +00:00
Fix headers.
This commit is contained in:
parent
1f3ebf67e7
commit
c61cb0117e
2 changed files with 3 additions and 2 deletions
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
#include "buffer.h"
|
||||
|
||||
#include "common.h"
|
||||
#include <stdexcept>
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -32,9 +32,10 @@
|
|||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <iomanip>
|
||||
#include <math.h>
|
||||
#include <numeric>
|
||||
|
||||
#include <math.h>
|
||||
|
||||
// MultiByteToWideChar: https://msdn.microsoft.com/en-us/library/windows/desktop/dd319072(v=vs.85).aspx
|
||||
// code pages: https://msdn.microsoft.com/en-us/library/windows/desktop/dd317756(v=vs.85).aspx
|
||||
const std::map<std::string, int> code_pages
|
||||
|
|
|
|||
Loading…
Reference in a new issue