Added missing include.
This commit is contained in:
parent
def41a0901
commit
74d35aa531
1 changed files with 2 additions and 0 deletions
|
@ -9,8 +9,10 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <unordered_map>
|
||||
|
||||
#include <forsythtriangleorderoptimizer.h>
|
||||
|
|
Reference in a new issue