add missing include
This commit is contained in:
parent
e584eb7cbd
commit
4220ad6efb
1 changed files with 2 additions and 1 deletions
|
@ -5,8 +5,9 @@
|
|||
#include <algorithm>
|
||||
#include <iostream>
|
||||
#include <regex>
|
||||
#include <utility>
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
#include "pfaedle/trgraph/Normalizer.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue